Registry: ClassesRoot (get)

ClassesRoot

Returns a RegistryKey object that is then used to access registry keys and values for class types and their properties. The root section of the Registry accessed is HKEY_CLASSES_ROOT.



 Public Property Get ClassesRoot ( ) As RegistryKey

Return Values

RegistryKey -  Returns a Registrykey that is used to access the Class Root keys.

Read Only.

See Also

Project CorLib Overview

Class Registry Overview