RegistryHive

RegistryHive serializable

Microsoft.Win32 (mscorlib.dll) enum

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 = 0x80000000  ,  CurrentUser = 0x80000001  ,  LocalMachine = 0x80000002  ,  Users = 0x80000003  ,  PerformanceData = 0x80000004  ,  CurrentConfig = 0x80000005  ,  DynData = 0x80000006  } 

Hierarchy

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

Passed To

RegistryKey.OpenRemoteBaseKey( )



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net