C# Class Framework.IniFile

ファイルを表示 Open project: CarlosX/DarkEmu

Public Properties

Property Type Description
path string

Public Methods

Method Description
IniFile ( string INIPath ) : System
IniReadValue ( string Section, string Key ) : string
IniWriteValue ( string Section, string Key, string Value ) : void

Private Methods

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

Method Details

IniFile() public method

public IniFile ( string INIPath ) : System
INIPath string
return System

IniReadValue() public method

public IniReadValue ( string Section, string Key ) : string
Section string
Key string
return string

IniWriteValue() public method

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

Property Details

path public_oe property

public string path
return string