RegistryScope Enumeration
Specifies a registry scope (a root key).
Namespace: DevCase.Core.Windows.RegistryAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum RegistryScope
Public Enumeration RegistryScope
Dim instance As RegistryScope
public enum class RegistryScope
No code example is currently available or this language may not be supported.
Machine |
0 |
This refers to the HKEY_LOCAL_MACHINE (or HKLM) registry root key.
Configuration changes made on the subkeys of this root key will affect all users.
|
CurrentUser |
1 |
This refers to the HKEY_CURRENT_USER (or HKCU) registry root key.
Configuration changes made on the subkeys of this root key will affect only the current user.
|