Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
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 | |
Результат | object |
public static SetValue ( RegistryHive hive, string path, string name, object value = null ) : void | ||
hive | RegistryHive | |
path | string | |
name | string | |
value | object | |
Результат | void |