Nevron.Editors Namespace / RegistryBaseKey Enumeration


RegistryBaseKey Enumeration
Syntax
'Declaration
 
Public Enum RegistryBaseKey 
   Inherits System.Enum
 
'Usage
 
Dim instance As RegistryBaseKey
Members
MemberDescription
HKEY_CLASSES_ROOT 
HKEY_CURRENT_CONFIG 
HKEY_CURRENT_USER 
HKEY_DYN_DATA 
HKEY_LOCAL_MACHINE 
HKEY_PERFORMANCE_DATA 
HKEY_USERS 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Nevron.Editors.RegistryBaseKey

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