C# Class Microsoft.Common.Core.Test.Registry.RegistryBaseKeyMock

Inheritance: IRegistryKey
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetSubKeyNames ( ) : string[]
GetValue ( string name ) : object
OpenSubKey ( string name, bool writable = false ) : IRegistryKey
RegistryBaseKeyMock ( RegistryKeyMock subkeys ) : System
SetValue ( string name, object value ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetSubKeyNames() public méthode

public GetSubKeyNames ( ) : string[]
Résultat string[]

GetValue() public méthode

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

OpenSubKey() public méthode

public OpenSubKey ( string name, bool writable = false ) : IRegistryKey
name string
writable bool
Résultat IRegistryKey

RegistryBaseKeyMock() public méthode

public RegistryBaseKeyMock ( RegistryKeyMock subkeys ) : System
subkeys RegistryKeyMock
Résultat System

SetValue() public méthode

public SetValue ( string name, object value ) : void
name string
value object
Résultat void