Tagged Questions
2
votes
4answers
1k views
Executing and then Deleting a DLL in c#
I'm creating a self updating app where I have the majority of the code in a seperate DLL. It's command line and will eventually be run on Mono. I'm just trying to get this code to work in C# on ...