메소드 | 설명 | |
---|---|---|
Flush ( ) : void | ||
GetValue ( string SectionName, string Key, bool DefaultValue ) : bool | ||
GetValue ( string SectionName, string Key, byte DefaultValue ) : byte[] | ||
GetValue ( string SectionName, string Key, double DefaultValue ) : double | ||
GetValue ( string SectionName, string Key, int DefaultValue ) : int | ||
GetValue ( string SectionName, string Key, string DefaultValue ) : string | ||
IniFile ( string FileName ) : System | ||
IniFile ( string FileName, bool Lazy ) : System | ||
Refresh ( ) : void | ||
SetValue ( string SectionName, string Key, bool Value ) : void | ||
SetValue ( string SectionName, string Key, byte Value ) : void | ||
SetValue ( string SectionName, string Key, double Value ) : void | ||
SetValue ( string SectionName, string Key, int Value ) : void | ||
SetValue ( string SectionName, string Key, string Value ) : void |
메소드 | 설명 | |
---|---|---|
DecodeByteArray ( string Value ) : byte[] | ||
EncodeByteArray ( byte Value ) : string | ||
Initialize ( string FileName, bool Lazy ) : void |
public GetValue ( string SectionName, string Key, bool DefaultValue ) : bool | ||
SectionName | string | |
Key | string | |
DefaultValue | bool | |
리턴 | bool |
public GetValue ( string SectionName, string Key, byte DefaultValue ) : byte[] | ||
SectionName | string | |
Key | string | |
DefaultValue | byte | |
리턴 | byte[] |
public GetValue ( string SectionName, string Key, double DefaultValue ) : double | ||
SectionName | string | |
Key | string | |
DefaultValue | double | |
리턴 | double |
public GetValue ( string SectionName, string Key, int DefaultValue ) : int | ||
SectionName | string | |
Key | string | |
DefaultValue | int | |
리턴 | int |
public GetValue ( string SectionName, string Key, string DefaultValue ) : string | ||
SectionName | string | |
Key | string | |
DefaultValue | string | |
리턴 | string |
public IniFile ( string FileName, bool Lazy ) : System | ||
FileName | string | |
Lazy | bool | |
리턴 | System |
public SetValue ( string SectionName, string Key, bool Value ) : void | ||
SectionName | string | |
Key | string | |
Value | bool | |
리턴 | void |
public SetValue ( string SectionName, string Key, byte Value ) : void | ||
SectionName | string | |
Key | string | |
Value | byte | |
리턴 | void |
public SetValue ( string SectionName, string Key, double Value ) : void | ||
SectionName | string | |
Key | string | |
Value | double | |
리턴 | void |
public SetValue ( string SectionName, string Key, int Value ) : void | ||
SectionName | string | |
Key | string | |
Value | int | |
리턴 | void |
public SetValue ( string SectionName, string Key, string Value ) : void | ||
SectionName | string | |
Key | string | |
Value | string | |
리턴 | void |