Method | Description | |
---|---|---|
Dispose ( ) : void | ||
GetSubKeyNames ( ) : string[] | ||
GetValue ( string name ) : object | ||
OpenSubKey ( string name, bool writable = false ) : IRegistryKey | ||
RegistryBaseKeyMock ( |
||
SetValue ( string name, object value ) : void |
public OpenSubKey ( string name, bool writable = false ) : IRegistryKey | ||
name | string | |
writable | bool | |
return | IRegistryKey |
public RegistryBaseKeyMock ( |
||
subkeys | ||
return | System |
public SetValue ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |