0
Answer

After create a plugin instance how to delete plugin file?

ibrahim uzul

ibrahim uzul

11y
880
1
I used Activator.CreateInstance(ObjType);
My plugin returned a Form.
I showed Form.
After Form closed i want to dispose Instance and delete plugin file.
How can i do this?