Gets the generator of the specified type
            
 
    Namespace: 
   Eto
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic static Platform Get(
	string generatorType
)
Public Shared Function Get ( 
	generatorType As String
) As Platform
static member Get : 
        generatorType : string -> Platform 
Parameters
- generatorType
- Type: SystemString
 Type of the generator to get
Return Value
Type: 
PlatformAn instance of a Generator of the specified type, or null if it cannot be loaded
 See Also
See Also