C# Class Thinktecture.Tools.Web.Services.Wscf.Environment.RegistryHelper

Afficher le fichier Open project: WSCF/WSCF Class Usage Examples

Méthodes publiques

Méthode Description
DeleteKey ( string KeyName ) : bool
DeleteSubKeyTree ( ) : bool
ReadKey ( string KeyName ) : string
WriteKey ( string KeyName, object Value ) : bool

Method Details

DeleteKey() public méthode

public DeleteKey ( string KeyName ) : bool
KeyName string
Résultat bool

DeleteSubKeyTree() public méthode

public DeleteSubKeyTree ( ) : bool
Résultat bool

ReadKey() public méthode

public ReadKey ( string KeyName ) : string
KeyName string
Résultat string

WriteKey() public méthode

public WriteKey ( string KeyName, object Value ) : bool
KeyName string
Value object
Résultat bool