开发者

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开发者_JAVA技巧 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


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

A brief tutorial may be found here.


Reflector can be plugged into Visual Studio. Also it supports multiple languages, not only IL.

Update: Resharper 6 also supports built in decompiler.


You can get a copy of TestDriven.Net which will provide that sort of dialog for opening up Reflector.

If you really need ILDasm (and yes, there are good reasons for that too) from the context menu I guess you'll need to write that yourself.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜