C# 클래스 SFEditor.Settings

파일 보기 프로젝트 열기: cra0zy/SFEditor

공개 프로퍼티들

프로퍼티 타입 설명
CurrentPlatform System.Platform
SettingsFile string
SuportedPlatformToolkits ToolkitType[]

공개 메소드들

메소드 설명
GetToolkit ( ) : ToolkitType
Init ( System.Platform platform, ToolkitType DefaultToolKit, ToolkitType supportedToolkits ) : void
Save ( ) : void
SetToolkit ( ToolkitType toolkitType ) : void

메소드 상세

GetToolkit() 공개 정적인 메소드

public static GetToolkit ( ) : ToolkitType
리턴 ToolkitType

Init() 공개 정적인 메소드

public static Init ( System.Platform platform, ToolkitType DefaultToolKit, ToolkitType supportedToolkits ) : void
platform System.Platform
DefaultToolKit ToolkitType
supportedToolkits ToolkitType
리턴 void

Save() 공개 정적인 메소드

public static Save ( ) : void
리턴 void

SetToolkit() 공개 정적인 메소드

public static SetToolkit ( ToolkitType toolkitType ) : void
toolkitType ToolkitType
리턴 void

프로퍼티 상세

CurrentPlatform 공개적으로 정적으로 프로퍼티

public static Platform,System CurrentPlatform
리턴 System.Platform

SettingsFile 공개적으로 정적으로 프로퍼티

public static string SettingsFile
리턴 string

SuportedPlatformToolkits 공개적으로 정적으로 프로퍼티

public static ToolkitType[] SuportedPlatformToolkits
리턴 ToolkitType[]