Is there anyway to have ClassLibrary plugins which can be loaded/unloaded. The only way I have found is using an AppDomain but that defeats the purpose as the plugin cannot use the hosts API.
Is there anyway to have ClassLibrary plugins which can be loaded/unloaded. The only way
Share
Yes I’ve done this with 1.1 2.0 and 3.5. Plus MS now has MEF which is probably what you want.
http://msdn.microsoft.com/en-us/magazine/ee291628.aspx