C# Class KFreonLib.Misc.IniFile

Create a New INI file to store or load data
Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Свойство Type Description
path string

Méthodes publiques

Méthode Description
IniFile ( string INIPath ) : System

INIFile Constructor.

IniReadValue ( string Section, string Key ) : string

Read Data Value From the Ini File

IniWriteValue ( string Section, string Key, string Value ) : void

Write Data to the INI File

Private Methods

Méthode 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

Method Details

IniFile() public méthode

INIFile Constructor.
public IniFile ( string INIPath ) : System
INIPath string
Résultat System

IniReadValue() public méthode

Read Data Value From the Ini File
public IniReadValue ( string Section, string Key ) : string
Section string
Key string
Résultat string

IniWriteValue() public méthode

Write Data to the INI File
public IniWriteValue ( string Section, string Key, string Value ) : void
Section string
Key string
Value string
Résultat void

Property Details

path public_oe property

public string path
Résultat string