Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ILDasm Visual Studio 2010

Is there a convenient method or tool available which will do the following for me from within visual studio 2010.

Fire up ILDasm Load a current assembly from within Visual Studio within ILDasm.

As opposed to me firing up a visual studio command prompt Fire up Ildasm navigating to the bin folder of the assembly I wish to view.

If there isn't something available to do this are there any tools out there which would help?

Cheers


1 Answers

I think you can do this using Tools>External Tools. Setup the necessary parameters for ILDasm.

A brief tutorial may be found here.

like image 78
jfs Avatar answered Jul 01 '26 21:07

jfs