Hi guys
What i need to do is to update an assembly at runtime. It seems like there are different approaches for doing this. My assembly contains one class with one method and no parameters and it will always be like this. I thought about using System.Runtime.InteropServices; but I’m having some problems getting the method name/entrypoint. Also, I’m not sure if this should be in the plugins folder or in the Library\ScriptAssemblies?
Can someone give me some guidelines, please
Thanks