ILocalRegistry3 Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | CreateInstance(Guid, Object^, Guid, UInt32, IntPtr) | Creates an instance of a class that is listed in the local registry. |
![]() | CreateManagedInstance(String^, String^, String^, Guid, IntPtr) | Creates an instance of a managed class and returns a requested interface. |
![]() | GetClassObjectOfClsid(Guid, UInt32, IntPtr, Guid, IntPtr) | Returns the class object that is associated with a CLSID. |
![]() | GetClassObjectOfManagedClass(String^, String^, String^, Guid, IntPtr) | Returns an interface that is implemented by a particular managed object. |
![]() | GetLocalRegistryRoot(String^) | Returns the local registry root. |
![]() | GetTypeLibOfClsid(Guid, ITypeLib^) | Not implemented. Do not use. |
Show:
