C# Class IniFile.IniSection, mCleaner

Afficher le fichier Open project: MicroHealthLLC/mCleaner Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
IniSection ( IniFile parent, string sSection ) : System

Method Details

AddKey() public méthode

public AddKey ( string sKey ) : IniKey
sKey string
Résultat IniKey

GetKey() public méthode

public GetKey ( string sKey ) : IniKey
sKey string
Résultat IniKey

GetName() public méthode

public GetName ( ) : string
Résultat string

IniSection() protected méthode

protected IniSection ( IniFile parent, string sSection ) : System
parent IniFile
sSection string
Résultat System

RemoveAllKeys() public méthode

public RemoveAllKeys ( ) : bool
Résultat bool

RemoveKey() public méthode

public RemoveKey ( IniKey Key ) : bool
Key IniKey
Résultat bool

RemoveKey() public méthode

public RemoveKey ( string sKey ) : bool
sKey string
Résultat bool

SetName() public méthode

public SetName ( string sSection ) : bool
sSection string
Résultat bool