메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
public ReadValue ( string key, System.DateTime defaultv ) : System.DateTime | ||
key | string | |
defaultv | System.DateTime | |
리턴 | System.DateTime |
public ReadValue ( string key, bool defaultv ) : bool | ||
key | string | |
defaultv | bool | |
리턴 | bool |
public ReadValue ( string key, float defaultv ) : float | ||
key | string | |
defaultv | float | |
리턴 | float |
public ReadValue ( string key, int defaultv ) : int | ||
key | string | |
defaultv | int | |
리턴 | int |
public ReadValue ( string key, string defaultv ) : string | ||
key | string | |
defaultv | string | |
리턴 | string |
public SaveToStream ( |
||
SW | ||
리턴 | void |
public WriteValue ( string key, System.DateTime value ) : void | ||
key | string | |
value | System.DateTime | |
리턴 | void |
public WriteValue ( string key, bool value ) : void | ||
key | string | |
value | bool | |
리턴 | void |
public WriteValue ( string key, float value ) : void | ||
key | string | |
value | float | |
리턴 | void |
public WriteValue ( string key, string value ) : void | ||
key | string | |
value | string | |
리턴 | void |