G
Guest
Heya
How does one go about unloading an Assembly from memory? My application has plugins which need to be periodically updated. During the retrieval, if the plugin has been loaded it will not allow the app to overwrite the DLL file (obviously). I assume it would be something to the effect of Assembly.Unload but nothing of the sort exists. ??
~~K
How does one go about unloading an Assembly from memory? My application has plugins which need to be periodically updated. During the retrieval, if the plugin has been loaded it will not allow the app to overwrite the DLL file (obviously). I assume it would be something to the effect of Assembly.Unload but nothing of the sort exists. ??
~~K