IVsComponentModelHost Interface
Visual Studio 2015
Exposes information needed for Visual Studio MEF hosting. You can get this interface via the SVsComponentModelHost service.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetCatalogCacheFolder(String) | Returns the path of the folder that can be used for storing MEF catalog caches. |
![]() | GetComponentAssemblies(UInt32, String[], UInt32) | Gets the component assemblies discovered. |
![]() | QueryLoadComponentAssemblies(UInt32, String[], Boolean[]) | Allows the host to filter the assemblies that are included in a catalog. |
Show:
