C# Class FluentBuild.Utilities.RegistryKeyWrapper

Inheritance: IRegistryKeyWrapper
Mostrar archivo Open project: SkightTeam/eLiteWeb

Public Methods

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

Method Details

Close() public method

public Close ( ) : void
return void

GetSubKeyNames() public method

public GetSubKeyNames ( ) : IEnumerable
return IEnumerable

GetValue() public method

public GetValue ( string name ) : object
name string
return object

OpenSubKey() public method

public OpenSubKey ( string keyName ) : IRegistryKeyWrapper
keyName string
return IRegistryKeyWrapper

RegistryKeyWrapper() public method

public RegistryKeyWrapper ( ) : System
return System

RegistryKeyWrapper() public method

public RegistryKeyWrapper ( RegistryKey key ) : System
key Microsoft.Win32.RegistryKey
return System