microsoft / vs-mef

Managed Extensibility Framework (MEF) implementation used by Visual Studio
MIT License
417 stars 87 forks source link

Add `ExportProvider.TryGetExportingAssemblyName` method #460

Closed AArnott closed 4 months ago

AArnott commented 4 months ago

This method allows anyone to predict the assembly behind a given export, before possibly paying for the assembly load.