프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Default | string>.Dictionary |
메소드 | 설명 | |
---|---|---|
Read ( string Key ) : |
Read data value from the ini file
|
|
Write ( string Key, string Value ) : void |
Write data to the ini file
|
메소드 | 설명 | |
---|---|---|
CheckDefaultConfig ( ) : void |
Check if the config file exists, or if it is emtpy. If either, create a config file w/defaults.
|
public static Write ( string Key, string Value ) : void | ||
Key | string | |
Value | string | |
리턴 | void |