Method | Description | |
---|---|---|
FindSection ( string SectionName ) : |
||
LoadFromFile ( string FileName ) : bool | ||
LoadFromStream ( Stream stream ) : void | ||
MemIniFile ( ) : System | ||
ReadValue ( string SectionName, string key, System.DateTime defaultv ) : System.DateTime | ||
ReadValue ( string SectionName, string key, bool defaultv ) : bool | ||
ReadValue ( string SectionName, string key, float defaultv ) : float | ||
ReadValue ( string SectionName, string key, int defaultv ) : int | ||
ReadValue ( string SectionName, string key, string defaultv ) : string | ||
SaveToFile ( string FileName ) : void | ||
SaveToStream ( Stream stream ) : void | ||
WriteValue ( string SectionName, string key, System.DateTime value ) : |
||
WriteValue ( string SectionName, string key, bool value ) : |
||
WriteValue ( string SectionName, string key, float value ) : |
||
WriteValue ( string SectionName, string key, int value ) : |
||
WriteValue ( string SectionName, string key, string value ) : |
Method | Description | |
---|---|---|
SectionExists ( string SectionName ) : bool |
public FindSection ( string SectionName ) : |
||
SectionName | string | |
return |
public LoadFromFile ( string FileName ) : bool | ||
FileName | string | |
return | bool |
public LoadFromStream ( Stream stream ) : void | ||
stream | Stream | |
return | void |
public ReadValue ( string SectionName, string key, System.DateTime defaultv ) : System.DateTime | ||
SectionName | string | |
key | string | |
defaultv | System.DateTime | |
return | System.DateTime |
public ReadValue ( string SectionName, string key, bool defaultv ) : bool | ||
SectionName | string | |
key | string | |
defaultv | bool | |
return | bool |
public ReadValue ( string SectionName, string key, float defaultv ) : float | ||
SectionName | string | |
key | string | |
defaultv | float | |
return | float |
public ReadValue ( string SectionName, string key, int defaultv ) : int | ||
SectionName | string | |
key | string | |
defaultv | int | |
return | int |
public ReadValue ( string SectionName, string key, string defaultv ) : string | ||
SectionName | string | |
key | string | |
defaultv | string | |
return | string |
public WriteValue ( string SectionName, string key, System.DateTime value ) : |
||
SectionName | string | |
key | string | |
value | System.DateTime | |
return |
public WriteValue ( string SectionName, string key, bool value ) : |
||
SectionName | string | |
key | string | |
value | bool | |
return |
public WriteValue ( string SectionName, string key, float value ) : |
||
SectionName | string | |
key | string | |
value | float | |
return |
public WriteValue ( string SectionName, string key, int value ) : |
||
SectionName | string | |
key | string | |
value | int | |
return |
public WriteValue ( string SectionName, string key, string value ) : |
||
SectionName | string | |
key | string | |
value | string | |
return |