NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Registry.ClassesRoot

The Windows Registry base key HKEY_CLASSES_ROOT.

[Visual Basic]
Public Shared ReadOnly ClassesRoot As RegistryKey
[C#]
public static readonly RegistryKey ClassesRoot;
[C++]
public: static readonly RegistryKey* ClassesRoot;
[JScript]
public static var ClassesRoot : RegistryKey;

See Also

Registry Class | Registry Members | Microsoft.Win32 Namespace