C# Class CryptoFinder.Config

Inheritance: System.Configuration.AppSettingsReader
Afficher le fichier Open project: Alex-Jaeger/BitcoinFindAndRecover Class Usage Examples

Méthodes publiques

Méthode Description
GetValue ( string key, System sType ) : object
GetValue ( string key ) : string
SetValue ( string key, string val ) : bool
removeElement ( string key ) : bool

Private Methods

Méthode Description
loadDoc ( XmlDocument doc ) : void
saveDoc ( XmlDocument doc, string docPath ) : void

Method Details

GetValue() public méthode

public GetValue ( string key, System sType ) : object
key string
sType System
Résultat object

GetValue() public méthode

public GetValue ( string key ) : string
key string
Résultat string

SetValue() public méthode

public SetValue ( string key, string val ) : bool
key string
val string
Résultat bool

removeElement() public méthode

public removeElement ( string key ) : bool
key string
Résultat bool