Property | Type | Description | |
---|---|---|---|
CurrentPlatform | System.Platform | ||
SettingsFile | string | ||
SuportedPlatformToolkits | ToolkitType[] |
Method | Description | |
---|---|---|
GetToolkit ( ) : ToolkitType | ||
Init ( System.Platform platform, ToolkitType DefaultToolKit, ToolkitType supportedToolkits ) : void | ||
Save ( ) : void | ||
SetToolkit ( ToolkitType toolkitType ) : void |
public static Init ( System.Platform platform, ToolkitType DefaultToolKit, ToolkitType supportedToolkits ) : void | ||
platform | System.Platform | |
DefaultToolKit | ToolkitType | |
supportedToolkits | ToolkitType | |
return | void |
public static SetToolkit ( ToolkitType toolkitType ) : void | ||
toolkitType | ToolkitType | |
return | void |
public static Platform,System CurrentPlatform | ||
return | System.Platform |