I would like to take a file that is an IL file, and at run time compile it back to an exe. Right now I can use process.start to fire off the command line with parameters开发者_开发百科(ilasm.exe) but
to not block the UI of my applications when there is a long operation I use to do: Public Sub ButtonHandler() handles Button