Method | Description | |
---|---|---|
AddKeyValue ( string key, string value ) : void | ||
Clear ( ) : void | ||
IniSection ( String SName ) : System | ||
ReadValue ( string key, System.DateTime defaultv ) : System.DateTime | ||
ReadValue ( string key, bool defaultv ) : bool | ||
ReadValue ( string key, float defaultv ) : float | ||
ReadValue ( string key, int defaultv ) : int | ||
ReadValue ( string key, string defaultv ) : string | ||
SaveToStream ( Stream stream ) : void | ||
SaveToStream ( |
||
WriteValue ( string key, System.DateTime value ) : void | ||
WriteValue ( string key, bool value ) : void | ||
WriteValue ( string key, float value ) : void | ||
WriteValue ( string key, int value ) : void | ||
WriteValue ( string key, string value ) : void |
public AddKeyValue ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |
public ReadValue ( string key, System.DateTime defaultv ) : System.DateTime | ||
key | string | |
defaultv | System.DateTime | |
return | System.DateTime |
public ReadValue ( string key, bool defaultv ) : bool | ||
key | string | |
defaultv | bool | |
return | bool |
public ReadValue ( string key, float defaultv ) : float | ||
key | string | |
defaultv | float | |
return | float |
public ReadValue ( string key, int defaultv ) : int | ||
key | string | |
defaultv | int | |
return | int |
public ReadValue ( string key, string defaultv ) : string | ||
key | string | |
defaultv | string | |
return | string |
public SaveToStream ( |
||
SW | ||
return | void |
public WriteValue ( string key, System.DateTime value ) : void | ||
key | string | |
value | System.DateTime | |
return | void |
public WriteValue ( string key, bool value ) : void | ||
key | string | |
value | bool | |
return | void |
public WriteValue ( string key, float value ) : void | ||
key | string | |
value | float | |
return | void |
public WriteValue ( string key, int value ) : void | ||
key | string | |
value | int | |
return | void |
public WriteValue ( string key, string value ) : void | ||
key | string | |
value | string | |
return | void |