C# 클래스 Microsoft.Common.Core.OS.RegistryKeyImpl

상속: IRegistryKey
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetSubKeyNames() 공개 메소드

public GetSubKeyNames ( ) : string[]
리턴 string[]

GetValue() 공개 메소드

public GetValue ( string name ) : object
name string
리턴 object

OpenSubKey() 공개 메소드

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

RegistryKeyImpl() 공개 메소드

public RegistryKeyImpl ( RegistryKey key ) : Microsoft.Win32
key Microsoft.Win32.RegistryKey
리턴 Microsoft.Win32

SetValue() 공개 메소드

public SetValue ( string name, object value ) : void
name string
value object
리턴 void