Click or drag to resize

PlatformGet Method

Gets the generator of the specified type

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static Platform Get(
	string generatorType
)

Parameters

generatorType
Type: SystemString
Type of the generator to get

Return Value

Type: Platform
An instance of a Generator of the specified type, or null if it cannot be loaded
See Also