After create a plugin instance how to delete plugin file?

Aug 2 2013 4:08 AM
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?