메소드 | 설명 | |
---|---|---|
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 | |
리턴 | IRegistryKey |
public RegistryBaseKeyMock ( |
||
subkeys | ||
리턴 | System |
public SetValue ( string name, object value ) : void | ||
name | string | |
value | object | |
리턴 | void |