Property | Type | Description | |
---|---|---|---|
path | string |
Method | Description | |
---|---|---|
IniFile ( string INIPath ) : System | ||
IniReadValue ( string Section, string Key ) : string | ||
IniWriteValue ( string Section, string Key, string Value ) : void |
Method | Description | |
---|---|---|
GetPrivateProfileString ( string section, string key, string def, StringBuilder retVal, int size, string filePath ) : int | ||
GetSystemDefaultLangID ( ) : short | ||
WritePrivateProfileString ( string section, string key, string val, string filePath ) : long |
public IniReadValue ( string Section, string Key ) : string | ||
Section | string | |
Key | string | |
return | string |
public IniWriteValue ( string Section, string Key, string Value ) : void | ||
Section | string | |
Key | string | |
Value | string | |
return | void |