Last Updated: February 25, 2016
·
1.877K
· msestak

Remove MEF plugin at runtime

The only way to remove MEF plugins at runtime is possible by separating DirectoryCatalog in special AppDomain and using shadow copying.

Picture