C# Class SSMSAddin.RegistryAccess

Afficher le fichier Open project: sqldep/lionfish Class Usage Examples

Méthodes publiques

Méthode Description
DeleteKey ( string KeyName ) : bool
DeleteSubKeyTree ( ) : bool
Read ( string KeyName ) : string
RegistryAccess ( string appName, bool showError ) : System
SubKeyCount ( ) : int
ValueCount ( ) : int
Write ( string KeyName, object Value ) : bool

Private Methods

Méthode Description
ShowErrorMessage ( Exception e, string Title ) : void

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

Read() public méthode

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

RegistryAccess() public méthode

public RegistryAccess ( string appName, bool showError ) : System
appName string
showError bool
Résultat System

SubKeyCount() public méthode

public SubKeyCount ( ) : int
Résultat int

ValueCount() public méthode

public ValueCount ( ) : int
Résultat int

Write() public méthode

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