Property | Type | Description | |
---|---|---|---|
ClassesRoot | Microsoft.Win32.RegistryKey | ||
CurrentConfig | Microsoft.Win32.RegistryKey | ||
CurrentUser | Microsoft.Win32.RegistryKey | ||
LocalMachine | Microsoft.Win32.RegistryKey | ||
PerformanceData | Microsoft.Win32.RegistryKey | ||
Users | Microsoft.Win32.RegistryKey |
Method | Description | |
---|---|---|
GetValue ( string keyName, string valueName, object defaultValue ) : object | ||
SetValue ( string keyName, string valueName, object value ) : void | ||
SetValue ( string keyName, string valueName, object value, Microsoft valueKind ) : void |
public static GetValue ( string keyName, string valueName, object defaultValue ) : object | ||
keyName | string | |
valueName | string | |
defaultValue | object | |
return | object |
public static SetValue ( string keyName, string valueName, object value ) : void | ||
keyName | string | |
valueName | string | |
value | object | |
return | void |
public static SetValue ( string keyName, string valueName, object value, Microsoft valueKind ) : void | ||
keyName | string | |
valueName | string | |
value | object | |
valueKind | Microsoft | |
return | void |
public static Microsoft.Win32.RegistryKey ClassesRoot | ||
return | Microsoft.Win32.RegistryKey |
public static Microsoft.Win32.RegistryKey CurrentConfig | ||
return | Microsoft.Win32.RegistryKey |
public static Microsoft.Win32.RegistryKey CurrentUser | ||
return | Microsoft.Win32.RegistryKey |
public static Microsoft.Win32.RegistryKey LocalMachine | ||
return | Microsoft.Win32.RegistryKey |
public static Microsoft.Win32.RegistryKey PerformanceData | ||
return | Microsoft.Win32.RegistryKey |