C# Class FluentBuild.Utilities.RegistryKeyWrapper

Inheritance: IRegistryKeyWrapper
Afficher le fichier Open project: SkightTeam/eLiteWeb

Méthodes publiques

Méthode Description
Close ( ) : void
GetSubKeyNames ( ) : IEnumerable
GetValue ( string name ) : object
OpenSubKey ( string keyName ) : IRegistryKeyWrapper
RegistryKeyWrapper ( ) : System
RegistryKeyWrapper ( RegistryKey key ) : System

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

GetSubKeyNames() public méthode

public GetSubKeyNames ( ) : IEnumerable
Résultat IEnumerable

GetValue() public méthode

public GetValue ( string name ) : object
name string
Résultat object

OpenSubKey() public méthode

public OpenSubKey ( string keyName ) : IRegistryKeyWrapper
keyName string
Résultat IRegistryKeyWrapper

RegistryKeyWrapper() public méthode

public RegistryKeyWrapper ( ) : System
Résultat System

RegistryKeyWrapper() public méthode

public RegistryKeyWrapper ( RegistryKey key ) : System
key Microsoft.Win32.RegistryKey
Résultat System