C# Class NuGet.VisualStudio.RegistryKeyWrapper

Inheritance: IRegistryKey
Afficher le fichier Open project: xero-github/Nuget

Méthodes publiques

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

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

GetValue() public méthode

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

OpenSubKey() public méthode

public OpenSubKey ( string name ) : IRegistryKey
name string
Résultat IRegistryKey

RegistryKeyWrapper() public méthode

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