Configure and view il in

Source: Internet
Author: User

In earlier versions of vs2010, there is an il disassembler (IL intermediate language viewer) in tools, but I want to use it directly in vs2012 using the following method:

1. Select Tools/external tools to open external tools

2. Click the "add" button on the right to fill in relevant parameters.

Title: ildasm

Command: installation path of ildasm.exe. Select the path on your disk as needed.

Parameter: select the path of the target file.

Initial Directory: target file directory

3. After adding the tool, you can view ildasm on the Tools tab.

4. Click tool/ildasm. The Confirmation window is displayed. Click OK.

Command Line Content: D: \ code \ CSHARP \ ildasm40 \ ildasm.exe "D: \ Users \ Documents \ Visual Studio 2012 \ projects \ consoleapplication1 \ mycollection \ OBJ \ debug \ mycollection.exe"

The first half of the command line is the installation path of my ildasm, and the second half is the path of my project.

5. Open the interface of the ildasm Tool

6. Double-click the method to be viewed and the Il code will pop up.

 

Attached: il discycler legend

Conclusion: I have not configured the command to view the Il information directly on the output tab card of.

For more detailed use, you can refer to: http://www.veryhuo.com/a/view/59534.html

Configure and view il in

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.