This is a mirror of official site: http://jasper-net.blogspot.com/

VS2010 Tip - How to Launch ILDASM from VS2010 IDE

| Sunday, August 14, 2011
What is ILDASM ?

It is Intermediate Language Dissembler SDK Tool that is used to examine MSIL code and the parts of the Assembly. It comes with the installation of Visual Studio IDE. If you want to examine how your compiler is executing your code and debug your program into depth, understand the flow of a concept or implement best practices its the best tool that IDE gives to use.

You can find this tool in Framework Tools Folder in the following path with name ildasm.exe

C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\NETFX 4.0 Tools

You can also find it Microsoft Windows SDK Tools in VS2010

ILDASM_5F00_thumb_5F00_1E5FD849.png

Read more: Beyond Relational
QR: vs2010-tip-how-to-launch-ildasm-from-vs2010-ide.aspx

Posted via email from Jasper-net

0 comments: