C# Class Microsoft.Common.Core.OS.RegistryKeyImpl

Inheritance: IRegistryKey
ファイルを表示 Open project: Microsoft/RTVS

Public Methods

Method Description
Dispose ( ) : void
GetSubKeyNames ( ) : string[]
GetValue ( string name ) : object
OpenSubKey ( string name, bool writable = false ) : IRegistryKey
RegistryKeyImpl ( RegistryKey key ) : Microsoft.Win32
SetValue ( string name, object value ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetSubKeyNames() public method

public GetSubKeyNames ( ) : string[]
return string[]

GetValue() public method

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

OpenSubKey() public method

public OpenSubKey ( string name, bool writable = false ) : IRegistryKey
name string
writable bool
return IRegistryKey

RegistryKeyImpl() public method

public RegistryKeyImpl ( RegistryKey key ) : Microsoft.Win32
key Microsoft.Win32.RegistryKey
return Microsoft.Win32

SetValue() public method

public SetValue ( string name, object value ) : void
name string
value object
return void