ILocalRegistry3 Members
Include Protected Members
Include Inherited Members
Establishes a local registry relative to the Visual Studio registry hive. This interface extends ILocalRegistry2. You can get an instance of the interface through the SLocalRegistry (SID_SLocalRegistry) service.
The ILocalRegistry3 type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateInstance | Creates an instance of a class listed in the local registry. (Inherited from ILocalRegistry2.) | |
CreateManagedInstance | Creates an instance of a managed class and returns a requested interface. | |
GetClassObjectOfClsid | Returns the class object associated with a CLSID. (Inherited from ILocalRegistry2.) | |
GetClassObjectOfManagedClass | Returns an interface that is implemented by a particular managed object. | |
GetLocalRegistryRoot | Returns the local registry root. (Inherited from ILocalRegistry2.) | |
GetTypeLibOfClsid | Not implemented. Do not use. (Inherited from ILocalRegistry2.) |
Top