| PlatformInitialize Method (String) | 
 
            Initialize the generator with the specified platformType as the current generator
            
 
    Namespace: 
   Eto
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic static void Initialize(
	string platformType
)
Public Shared Sub Initialize ( 
	platformType As String
)
static member Initialize : 
        platformType : string -> unit 
Parameters
- platformType
- Type: SystemString
 Type of the generator to set as the current generator
 See Also
See Also