How to view project compilation-generated assemblies in VS2012 using IL disassembler

Source: Internet
Author: User

2016-05-26 11:48:46

Testing the WPF Project

MainWindow.xaml Code

MainWindow.xaml.cs Code

When learning WPF, want to verify: Delete the InitializeComponent () in the MainWindow.xaml.cs file;. Use Ildisassembler to view the assemblies generated by the project compilation. Check to see if you have the ILDasm tool in the VS2012 tool first.

If not, add it in external tools.

Note : In the parameter $ (TargetPath)/text/item; two "/" must be added with a space before it can be used.

The path where the command resides differs depending on the location of the ILDASM version. NET4.5 is stored in C:\Program Files (x86) \microsoft Sdks\windows\v8.0a\bin\netfx 4.0 Tools\ildasm.exe.

When ILDASM is installed, the ILDASM tool is selected in the tools, which then displays

Are you sure. Show:

If you delete the "/text/item" in the parameter, the ILDASM tool interface is displayed.

The record is complete. Hehe .....

How to view project compilation-generated assemblies in VS2012 using IL disassembler

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.