Config Helper
RegistryLocation Enumeration



KellermanSoftware.ConfigHelper Namespace : RegistryLocation Enumeration
Specify the section for the registry
Syntax
Public Enum RegistryLocation 
   Inherits System.Enum
Dim instance As RegistryLocation
public enum RegistryLocation : System.Enum 
public enum class RegistryLocation : public System.Enum 
Members
MemberDescription
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
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         KellermanSoftware.ConfigHelper.RegistryLocation

Requirements

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

See Also

Reference

KellermanSoftware.ConfigHelper Namespace