C# Class IniFile.IniSection.IniKey, mCleaner

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

Méthodes publiques

Méthode Description
GetName ( ) : string
GetValue ( ) : string
SetName ( string sKey ) : bool
SetValue ( string sValue ) : void

Méthodes protégées

Méthode Description
IniKey ( IniSection parent, string sKey ) : System

Method Details

GetName() public méthode

public GetName ( ) : string
Résultat string

GetValue() public méthode

public GetValue ( ) : string
Résultat string

IniKey() protected méthode

protected IniKey ( IniSection parent, string sKey ) : System
parent IniSection
sKey string
Résultat System

SetName() public méthode

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

SetValue() public méthode

public SetValue ( string sValue ) : void
sValue string
Résultat void