C# Class cleanGatherer.IniFile

Show file Open project: Vipeax/cleanLayer

Public Methods

Method Description
IniFile ( string filepath ) : System
Read ( string Section, string Key ) : string
Write ( 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
WritePrivateProfileString ( string section, string key, string val, string filePath ) : long

Method Details

IniFile() public method

public IniFile ( string filepath ) : System
filepath 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