Method | Description | |
---|---|---|
GetValue ( RegistryHive hive, string path, string name, object value = null, bool try64 = false ) : object | ||
SetValue ( RegistryHive hive, string path, string name, object value = null ) : void |
Method | Description | |
---|---|---|
GetBaseKey ( RegistryHive hive, string path, bool try64 ) : |
||
GetSubKey ( RegistryHive hive ) : |
public static GetValue ( RegistryHive hive, string path, string name, object value = null, bool try64 = false ) : object | ||
hive | RegistryHive | |
path | string | |
name | string | |
value | object | |
try64 | bool | |
return | object |
public static SetValue ( RegistryHive hive, string path, string name, object value = null ) : void | ||
hive | RegistryHive | |
path | string | |
name | string | |
value | object | |
return | void |