Click or drag to resize

ExportHandlerAttributeRegister Method

Registers the extension with the specified platform

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public override void Register(
	Platform platform
)

Parameters

platform
Type: EtoPlatform
Platform to register this extension with.

Return Value

Type: 
true, if the extension was applied, false otherwise.
See Also