Метод | Описание | |
---|---|---|
IniFile ( string filepath ) : System | ||
Read ( string Section, string Key ) : string | ||
Write ( string Section, string Key, string Value ) : void |
Метод | Описание | |
---|---|---|
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 IniFile ( string filepath ) : System | ||
filepath | string | |
Результат | System |
public Read ( string Section, string Key ) : string | ||
Section | string | |
Key | string | |
Результат | string |
public Write ( string Section, string Key, string Value ) : void | ||
Section | string | |
Key | string | |
Value | string | |
Результат | void |