Click or drag to resize

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
)

Parameters

type
Type: SystemType
Type of the handler or class with HandlerAttribute to test for.

Return Value

Type: Boolean
true if the specified type is supported, false otherwise
See Also