The title pretty much says it all..
What I'm trying to do is write a tool that will monitor a dll file containing a plugin and when I overwrite it, by recompiling, it should automatically reload it. I know I can make a copy, load the copy and monitor the original, but I thought there might be a better way.. If I understood it right the dll is completely loaded into memory so there shouldn't be a problem in deleting the file..