ILocalRegistry3 Interface
Visual Studio 2015
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.
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. |
Provides a site that has a local registry of object and type information. The local registry is strictly local and is not related to the system registry.
Show:
