Method | Description | |
---|---|---|
Flush ( ) : void | ||
GetValue ( string section, string key, bool defaultValue ) : bool | ||
GetValue ( string section, string key, Array defaultValue ) : byte[] | ||
GetValue ( string section, string key, double defaultValue ) : double | ||
GetValue ( string section, string key, int defaultValue ) : int | ||
GetValue ( string section, string key, string defaultValue ) : string | ||
IniReader ( string filename, bool lazy = false ) : System | ||
Refresh ( ) : void |
Method | Description | |
---|---|---|
DecodeByteArray ( string value ) : byte[] | ||
EncodeByteArray ( Array value ) : string |
public GetValue ( string section, string key, bool defaultValue ) : bool | ||
section | string | |
key | string | |
defaultValue | bool | |
return | bool |
public GetValue ( string section, string key, Array defaultValue ) : byte[] | ||
section | string | |
key | string | |
defaultValue | Array | |
return | byte[] |
public GetValue ( string section, string key, double defaultValue ) : double | ||
section | string | |
key | string | |
defaultValue | double | |
return | double |
public GetValue ( string section, string key, int defaultValue ) : int | ||
section | string | |
key | string | |
defaultValue | int | |
return | int |
public GetValue ( string section, string key, string defaultValue ) : string | ||
section | string | |
key | string | |
defaultValue | string | |
return | string |
public IniReader ( string filename, bool lazy = false ) : System | ||
filename | string | |
lazy | bool | |
return | System |