Fourth Chapter everything starts with IL

Source: Internet
Author: User

Starting from this part, we begin to talk about the essence of. NET, the fourth chapter is about IL (intermediate language) content, the main use of tools to see what the VS is compiled out of what is, from which we can see the way and process of implementation. Help us to better understand the nature of. NET, know it, know its why.

Notes

  

where manifest (manifest) mainly contains the names of some assemblies, version numbers, hashing algorithms, assembly modules, and external reference items.

The reference items are listed in the list, where. Assembly will only display the assembly Liebio that is actually applied to the program, and for the assembly that joins the using reference, if it is not referenced in the program, the compiler ignores the additional loaded assembly.

Where the HelloWorld is opened, respectively:

  

  

  

In this article, the author makes a detailed explanation for each of these parts, and the following is the essence.

  

Next introduced is the basic type, variable declaration, basic operations, data loading and saving, Process control aspects of IL code examples, similar to the assembly language code, interested can see, here is not listed.

-----Meta data and IL-----

Metadata (Metadata): Data that describes data, such as assembly manifest information, is also known as assembly metadata.

IL: Also known as CIL or MSIL, intermediate language.

Fourth Chapter everything starts with IL

Related Article

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.