C# Class IniFile.IniSection.IniKey, mCleaner

Datei anzeigen Open project: MicroHealthLLC/mCleaner Class Usage Examples

Public Methods

Method Description
GetName ( ) : string
GetValue ( ) : string
SetName ( string sKey ) : bool
SetValue ( string sValue ) : void

Protected Methods

Method Description
IniKey ( IniSection parent, string sKey ) : System

Method Details

GetName() public method

public GetName ( ) : string
return string

GetValue() public method

public GetValue ( ) : string
return string

IniKey() protected method

protected IniKey ( IniSection parent, string sKey ) : System
parent IniSection
sKey string
return System

SetName() public method

public SetName ( string sKey ) : bool
sKey string
return bool

SetValue() public method

public SetValue ( string sValue ) : void
sValue string
return void