C# Class Gilgame.SEWorkbench.Services.Registry

显示文件 Open project: gilgame/SEWorkbench

Public Methods

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

Private Methods

Method Description
GetBaseKey ( RegistryHive hive, string path, bool try64 ) : RegistryKey
GetSubKey ( RegistryHive hive ) : RegistryKey

Method Details

GetValue() public static method

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

SetValue() public static method

public static SetValue ( RegistryHive hive, string path, string name, object value = null ) : void
hive RegistryHive
path string
name string
value object
return void