Share via


IVsComponentModelHost Interface

Definition

Exposes information needed for Visual Studio MEF hosting. You can get this interface via the SVsComponentModelHost service.

public interface class IVsComponentModelHost
Attributes

Methods

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.

Applies to