quote:
Originally posted by n0n4m3
Hey,
Curious that I read this article yesterday and it illuminated me! I finally found a way to unload/load a C# plugin The solution is to unload the appdomain of your plugin like this (if you're executing code in your plugin, otherwise you have to find you plugin appdomain and unload it): AppDomain.Unload(AppDomain.CurrentDomain);
Maybe I'll do a simple plugin tomorrow or the day after tomorrow because now I'm getting an alpha version of a plugin I'm developing for plus
Ok, so now you need to unload your appdomain, in the Unintialize() method or whatever so when it is called, (when changing email account and when closing and reloading) by calling this command maybe...
And let me know in the reloader thread if it works