C# Class IniFile.IniSection, mCleaner

ファイルを表示 Open project: MicroHealthLLC/mCleaner Class Usage Examples

Public Methods

Method Description
AddKey ( string sKey ) : IniKey
GetKey ( string sKey ) : IniKey
GetName ( ) : string
RemoveAllKeys ( ) : bool
RemoveKey ( IniKey Key ) : bool
RemoveKey ( string sKey ) : bool
SetName ( string sSection ) : bool

Protected Methods

Method Description
IniSection ( IniFile parent, string sSection ) : System

Method Details

AddKey() public method

public AddKey ( string sKey ) : IniKey
sKey string
return IniKey

GetKey() public method

public GetKey ( string sKey ) : IniKey
sKey string
return IniKey

GetName() public method

public GetName ( ) : string
return string

IniSection() protected method

protected IniSection ( IniFile parent, string sSection ) : System
parent IniFile
sSection string
return System

RemoveAllKeys() public method

public RemoveAllKeys ( ) : bool
return bool

RemoveKey() public method

public RemoveKey ( IniKey Key ) : bool
Key IniKey
return bool

RemoveKey() public method

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

SetName() public method

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