메소드 | 설명 | |
---|---|---|
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 |