Name

RegistryHive

Synopsis

This enumeration provides values for the RegistryKey.OpenRemoteBaseKey() method. These values identify a registry key, just like the fields in the Registry class.

Public Enum RegistryHive
                  ClassesRoot = &H080000000
                  CurrentUser = &H080000001
                  LocalMachine = &H080000002
                  Users = &H080000003
                  PerformanceData = &H080000004
                  CurrentConfig = &H080000005
                  DynData = &H080000006
End Enum

Hierarchy

System.ObjectSystem.ValueType System.Enum(System.IComparable, System.IFormattable, System.IConvertible) RegistryHive

Passed To

RegistryKey.OpenRemoteBaseKey()

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.