Свойство | Тип | Описание | |
---|---|---|---|
path | string |
Метод | Описание | |
---|---|---|
IniFile ( string INIPath ) : System | ||
IniReadValue ( string Section, string Key ) : string | ||
IniWriteValue ( string Section, string Key, string Value ) : void |
Метод | Описание | |
---|---|---|
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 IniFile ( string INIPath ) : System | ||
INIPath | string | |
Результат | System |
public IniReadValue ( string Section, string Key ) : string | ||
Section | string | |
Key | string | |
Результат | string |
public IniWriteValue ( string Section, string Key, string Value ) : void | ||
Section | string | |
Key | string | |
Value | string | |
Результат | void |