首页 > Web开发 > 详细

.NET面试基础知识之CLR(一)

时间:2014-03-12 03:07:38      阅读:525      评论:0      收藏:0      [点我收藏+]

MetaData

Metadata is aset of data tables that describe what is defined in the module, such as types and their members.

MetaData also has tables indicating what the managed module references, such as imported types and their members.

Assembly?

An assembly is a logical grouping of one or more modules or resource files.

An assembly is the smallest unit of reuse, security, and versioning.

In CLR workd, an assembly is what we would call a component.

.NET面试基础知识之CLR(一),布布扣,bubuko.com

.NET面试基础知识之CLR(一)

原文:http://www.cnblogs.com/sift/p/3594732.html

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