The MSIL Assembler generates a portable executable (PE) file from Microsoft intermediate language (MSIL).
Is there a way to programmatically get the FileInfo/Path of the ildasm.exe/ilasm.exe executables? I'm attempting to …
I'm having a hard time trying to (Dis)assemble a dll using the Visual Studio command prompt, don't look that …