Свойство | Type | Description | |
---|---|---|---|
path | String |
Méthode | Description | |
---|---|---|
INIFile ( String INIPath ) : System |
INIFile Constructor.
|
|
INIReadValue ( String Section, String Key ) : String |
Read Data Value From the INI File
|
|
INIWriteValue ( String Section, String Key, String Value ) : void |
Write Data to the INI File
|
Méthode | Description | |
---|---|---|
GetPrivateProfileString ( String section, String key, String def, StringBuilder retVal, |
||
WritePrivateProfileString ( String section, String key, String val, String filePath ) : |
public INIReadValue ( String Section, String Key ) : String | ||
Section | String | |
Key | String | |
Résultat | String |
public INIWriteValue ( String Section, String Key, String Value ) : void | ||
Section | String | |
Key | String | |
Value | String | |
Résultat | void |