ILocalRegistry2 Members
Include Protected Members
Include Inherited Members
Establishes a locally-registered COM object relative to the local Visual Studio registry hive.
The ILocalRegistry2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateInstance | Creates an instance of a class listed in the local registry. (Inherited from ILocalRegistry.) | |
CreateInstance(Guid, Object, Guid%, UInt32, IntPtr%) | Creates an instance of a class listed in the local registry. | |
GetClassObjectOfClsid | Returns the class object associated with a CLSID. (Inherited from ILocalRegistry.) | |
GetClassObjectOfClsid(Guid%, UInt32, IntPtr, Guid%, IntPtr) | Returns the class object associated with a CLSID. | |
GetLocalRegistryRoot | Returns the local registry root. | |
GetTypeLibOfClsid | Not implemented. Do not use. (Inherited from ILocalRegistry.) | |
GetTypeLibOfClsid(Guid, ITypeLib%) | Not implemented. Do not use. |
Top