Property | Type | Description | |
---|---|---|---|
path | string |
Method | Description | |
---|---|---|
IniFile ( string INIPath ) : System |
INIFile Constructor.
|
|
ReadValue ( string Section, string Key ) : string |
Read Data Value From the Ini File
|
|
WriteValue ( string Section, string Key, object Value ) : void |
Write Data to the INI File
|
Method | Description | |
---|---|---|
GetPrivateProfileString ( string section, string key, string def, StringBuilder retVal, int size, string filePath ) : int | ||
WritePrivateProfileString ( string section, string key, string val, string filePath ) : long |
public ReadValue ( string Section, string Key ) : string | ||
Section | string | |
Key | string | |
return | string |
public WriteValue ( string Section, string Key, object Value ) : void | ||
Section | string | |
Key | string | |
Value | object | |
return | void |