Property | Type | Description | |
---|---|---|---|
GetPrivateProfileString | int | ||
WritePrivateProfileString | long |
Method | Description | |
---|---|---|
IniReadInt ( string Section, string Key ) : int | ||
IniReadValue ( string Section, string Key ) : string | ||
IniReader ( string INIPath ) : System | ||
IniWriteInt ( string Section, string Key, int Value ) : void | ||
IniWriteValue ( string Section, string Key, string Value ) : void |
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 IniReadInt ( string Section, string Key ) : int | ||
Section | string | |
Key | string | |
return | int |
public IniReadValue ( string Section, string Key ) : string | ||
Section | string | |
Key | string | |
return | string |
public IniWriteInt ( string Section, string Key, int Value ) : void | ||
Section | string | |
Key | string | |
Value | int | |
return | void |
public IniWriteValue ( string Section, string Key, string Value ) : void | ||
Section | string | |
Key | string | |
Value | string | |
return | void |