Public Enum RegistryLocation Inherits System.Enum
Dim instance As RegistryLocation
public enum RegistryLocation : System.Enum
public enum class RegistryLocation : public System.Enum
Public Enum RegistryLocation Inherits System.Enum
Dim instance As RegistryLocation
public enum RegistryLocation : System.Enum
public enum class RegistryLocation : public System.Enum
Member | Description |
---|---|
ClassesRoot | Save to HKEY_CLASSES_ROOT |
CurrentConfig | Save to HKEY_CURRENT_CONFIG |
CurrentUser | Save to HKEY_CURRENT_USER |
LocalMachine | Save to HKEY_LOCAL_MACHINE |
Users | Save to HKEY_USERS |
System.Object
System.ValueType
System.Enum
KellermanSoftware.ConfigHelper.RegistryLocation
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2