C# 클래스 SphereStudio.IniSettings

상속: ISettings
파일 보기 프로젝트 열기: Radnen/spherestudio 1 사용 예제들

공개 메소드들

메소드 설명
GetBoolean ( string key, bool defValue ) : bool
GetFloat ( string key, double defValue ) : double
GetInteger ( string key, int defValue ) : int
GetString ( string key, string defValue ) : string
GetStringArray ( string key, string defValues ) : string[]
IniSettings ( IniFile ini, string section ) : System
Save ( ) : bool
SaveAs ( string filepath ) : bool
SetValue ( string key, object value ) : void

메소드 상세

GetBoolean() 공개 메소드

public GetBoolean ( string key, bool defValue ) : bool
key string
defValue bool
리턴 bool

GetFloat() 공개 메소드

public GetFloat ( string key, double defValue ) : double
key string
defValue double
리턴 double

GetInteger() 공개 메소드

public GetInteger ( string key, int defValue ) : int
key string
defValue int
리턴 int

GetString() 공개 메소드

public GetString ( string key, string defValue ) : string
key string
defValue string
리턴 string

GetStringArray() 공개 메소드

public GetStringArray ( string key, string defValues ) : string[]
key string
defValues string
리턴 string[]

IniSettings() 공개 메소드

public IniSettings ( IniFile ini, string section ) : System
ini IniFile
section string
리턴 System

Save() 공개 메소드

public Save ( ) : bool
리턴 bool

SaveAs() 공개 메소드

public SaveAs ( string filepath ) : bool
filepath string
리턴 bool

SetValue() 공개 메소드

public SetValue ( string key, object value ) : void
key string
value object
리턴 void