C# Class SFEditor.Settings

Afficher le fichier Open project: cra0zy/SFEditor

Méthodes publiques

Свойство Type Description
CurrentPlatform System.Platform
SettingsFile string
SuportedPlatformToolkits ToolkitType[]

Méthodes publiques

Méthode Description
GetToolkit ( ) : ToolkitType
Init ( System.Platform platform, ToolkitType DefaultToolKit, ToolkitType supportedToolkits ) : void
Save ( ) : void
SetToolkit ( ToolkitType toolkitType ) : void

Method Details

GetToolkit() public static méthode

public static GetToolkit ( ) : ToolkitType
Résultat ToolkitType

Init() public static méthode

public static Init ( System.Platform platform, ToolkitType DefaultToolKit, ToolkitType supportedToolkits ) : void
platform System.Platform
DefaultToolKit ToolkitType
supportedToolkits ToolkitType
Résultat void

Save() public static méthode

public static Save ( ) : void
Résultat void

SetToolkit() public static méthode

public static SetToolkit ( ToolkitType toolkitType ) : void
toolkitType ToolkitType
Résultat void

Property Details

CurrentPlatform public_oe static_oe property

public static Platform,System CurrentPlatform
Résultat System.Platform

SettingsFile public_oe static_oe property

public static string SettingsFile
Résultat string

SuportedPlatformToolkits public_oe static_oe property

public static ToolkitType[] SuportedPlatformToolkits
Résultat ToolkitType[]