Property | Type | Description | |
---|---|---|---|
path | string |
Method | Description | |
---|---|---|
GetValues ( string category ) : List |
||
IniFile ( string INIPath ) : System | ||
Read ( string Section, string Key ) : string | ||
Write ( string Section, string Key, string Value ) : void |
Method | Description | |
---|---|---|
GetPrivateProfileSection ( string lpAppName, byte lpszReturnBuffer, int nSize, string lpFileName ) : int | ||
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 Read ( string Section, string Key ) : string | ||
Section | string | |
Key | string | |
return | string |
public Write ( string Section, string Key, string Value ) : void | ||
Section | string | |
Key | string | |
Value | string | |
return | void |