The Common Language Runtime (CLR)
生活随笔
收集整理的這篇文章主要介紹了
The Common Language Runtime (CLR)
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
正文
印象
Figure 1-1. .NET Framework
Figure 1-2. Common Language Runtime functions
定義
The Common Language Runtime (CLR), the virtual machine component of Microsoft's .NET framework, manages the execution of .NET programs.
作用
- Just-in-time compilation converts the managed code (compiled intermediate language code), into machine instructions which are then executed on the CPU of the computer.
- The CLR provides additional services including memory management, type safety, exception handling, garbage collection, security and thread management.
參考
- Common Language Runtime (CLR) overview - Microsoft
- Common Language Runtime - Wikipedia
- Common Language Runtime (CLR) in C# - GeeksforGeeks
轉載于:https://www.cnblogs.com/zdfffg/p/11474244.html
總結
以上是生活随笔為你收集整理的The Common Language Runtime (CLR)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 《ASP.Net MVC5 框架揭密》学
- 下一篇: html 和 body标签的 css 设