C# Class PCSX2Bonus.IniFile

Exibir arquivo Open project: CyberFoxHax/PCSXBonus

Public Properties

Property Type Description
path string

Public Methods

Method Description
GetValues ( string category ) : List
IniFile ( string INIPath ) : System
Read ( string Section, string Key ) : string
Write ( string Section, string Key, string Value ) : void

Private Methods

Method Description
GetPrivateProfileSection ( string lpAppName, byte lpszReturnBuffer, int nSize, string lpFileName ) : int
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

GetValues() public method

public GetValues ( string category ) : List
category string
return List

IniFile() public method

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

Read() public method

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

Write() public method

public Write ( 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