PlatformSupports Method (Type) |
Gets a value indicating that the specified type is supported by this platform
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public virtual bool Supports(
Type type
)
Public Overridable Function Supports (
type As Type
) As Boolean
abstract Supports :
type : Type -> bool
override Supports :
type : Type -> bool
Parameters
- type
- Type: SystemType
Type of the handler or class with HandlerAttribute to test for.
Return Value
Type:
Booleantrue if the specified type is supported, false otherwise
See Also