Свойство | Type | Description | |
---|---|---|---|
Default | string>.Dictionary |
Méthode | Description | |
---|---|---|
Read ( string Key ) : |
Read data value from the ini file
|
|
Write ( string Key, string Value ) : void |
Write data to the ini file
|
Méthode | Description | |
---|---|---|
CheckDefaultConfig ( ) : void |
Check if the config file exists, or if it is emtpy. If either, create a config file w/defaults.
|
public static Read ( string Key ) : |
||
Key | string | |
Résultat |
public static Write ( string Key, string Value ) : void | ||
Key | string | |
Value | string | |
Résultat | void |