C# 클래스 Microsoft.Common.Core.Test.Registry.RegistryKeyMock

상속: IRegistryKey
파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
GetSubKeyNames ( ) : string[]
GetValue ( string name ) : object
OpenSubKey ( string name, bool writable = false ) : IRegistryKey
RegistryKeyMock ( string name ) : System.Collections.Generic
RegistryKeyMock ( string name, RegistryKeyMock subkeys = null, string valueNames = null, string values = null ) : System.Collections.Generic
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

RegistryKeyMock() 공개 메소드

public RegistryKeyMock ( string name ) : System.Collections.Generic
name string
리턴 System.Collections.Generic

RegistryKeyMock() 공개 메소드

public RegistryKeyMock ( string name, RegistryKeyMock subkeys = null, string valueNames = null, string values = null ) : System.Collections.Generic
name string
subkeys RegistryKeyMock
valueNames string
values string
리턴 System.Collections.Generic

SetValue() 공개 메소드

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