. NET Il Learning notes (i)

Source: Internet
Author: User

Resources:

1. ". NET IL Assembler"

Knowledge Points:

The Common Language runtime is the core of the entire . NET, which is the runtime environment for . NET applications and provides the operating layer of the . NET application and the underlying operating system.

Common Language Specifications is guaranteed. NET applications are a collection of rules for interoperability between

The two main parts of a . NET application's idle middle representation are metadata metadata and managed code managed. A meta-array is a collection of links between all of the application's structured item descriptors and descriptors, including classes, class members, attributes, global items, and so on. Managed code represents the function of an application function and is represented by an abstract binary form language, or CIL, that is known as the MSIL. The runtime environment is responsible for managing IL code. CLR management consists mainly of three parts: type control, structured exception handling, and garbage collection. Type control involves validating and converting the type of item during the execution phase. Managed exception handling is similar to unmanaged structured exception handling, except that it is done by the runtime instead of the operating system. Garbage collection involves automatically confirming and processing objects that are no longer in use.

. NET Il Learning notes (i)

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.