Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 | |
return | bool |
public GetValue ( string SectionName, string Key, byte DefaultValue ) : byte[] | ||
SectionName | string | |
Key | string | |
DefaultValue | byte | |
return | byte[] |
public GetValue ( string SectionName, string Key, double DefaultValue ) : double | ||
SectionName | string | |
Key | string | |
DefaultValue | double | |
return | double |
public GetValue ( string SectionName, string Key, int DefaultValue ) : int | ||
SectionName | string | |
Key | string | |
DefaultValue | int | |
return | int |
public GetValue ( string SectionName, string Key, string DefaultValue ) : string | ||
SectionName | string | |
Key | string | |
DefaultValue | string | |
return | string |
public IniFile ( string FileName, bool Lazy ) : System | ||
FileName | string | |
Lazy | bool | |
return | System |
public SetValue ( string SectionName, string Key, bool Value ) : void | ||
SectionName | string | |
Key | string | |
Value | bool | |
return | void |
public SetValue ( string SectionName, string Key, byte Value ) : void | ||
SectionName | string | |
Key | string | |
Value | byte | |
return | void |
public SetValue ( string SectionName, string Key, double Value ) : void | ||
SectionName | string | |
Key | string | |
Value | double | |
return | void |
public SetValue ( string SectionName, string Key, int Value ) : void | ||
SectionName | string | |
Key | string | |
Value | int | |
return | void |
public SetValue ( string SectionName, string Key, string Value ) : void | ||
SectionName | string | |
Key | string | |
Value | string | |
return | void |