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