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
Reflector can be plugged into Visual Studio. Also it supports multiple languages, not only IL.
Update: Resharper 6 also supports built in decompiler.