首页 > 其他 > 详细

The Common Language Runtime (CLR)

时间:2019-09-06 14:49:46      阅读:72      评论:0      收藏:0      [点我收藏+]

正文

印象

技术分享图片

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.

参考

The Common Language Runtime (CLR)

原文:https://www.cnblogs.com/zdfffg/p/11474244.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!