Click or drag to resize

PlatformExtensionAttributeSupports Method

Gets a value indicating that this extension supports the specified platform.

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual bool Supports(
	Platform platform
)

Parameters

platform
Type: EtoPlatform
Platform to determine if this extension applies.

Return Value

Type: Boolean
true, if this extension supports the specified platform, false otherwise.
Remarks
Register(Platform) will only be called if this returns true.
See Also