C# Class NuGet.VisualStudio.RegistryKeyWrapper

Inheritance: IRegistryKey
Mostra file Open project: xero-github/Nuget

Public Methods

Method Description
Close ( ) : void
GetValue ( string name ) : object
OpenSubKey ( string name ) : IRegistryKey
RegistryKeyWrapper ( RegistryKey registryKey ) : System.Diagnostics

Method Details

Close() public method

public Close ( ) : void
return void

GetValue() public method

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

OpenSubKey() public method

public OpenSubKey ( string name ) : IRegistryKey
name string
return IRegistryKey

RegistryKeyWrapper() public method

public RegistryKeyWrapper ( RegistryKey registryKey ) : System.Diagnostics
registryKey Microsoft.Win32.RegistryKey
return System.Diagnostics