文件名称:C-Sharp-language-lecture-series
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:183.09kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
C#语言系列讲座
我们知道,C#编译后的PE文件主要由IL代码和元数据组成,元数据为.NET组件提供了丰富的自描述特性,它使得我们可以在代码运行时获知组件中的类型等重要的信息。在C#中这是通过一种称做映射(Reflection)的机制来完成的。先看一个示例,在此首先创建一个简单的类型:-C# language lecture series, we know that the PE file in C# compiler mainly by the IL code and meta data, metadata NET components that provide a wealth of self-describing features, it allows us informed when the code is run components type and other important information. In C# this is done through a mechanism called mapping (Reflection). Look at an example, first create a simple type:
我们知道,C#编译后的PE文件主要由IL代码和元数据组成,元数据为.NET组件提供了丰富的自描述特性,它使得我们可以在代码运行时获知组件中的类型等重要的信息。在C#中这是通过一种称做映射(Reflection)的机制来完成的。先看一个示例,在此首先创建一个简单的类型:-C# language lecture series, we know that the PE file in C# compiler mainly by the IL code and meta data, metadata NET components that provide a wealth of self-describing features, it allows us informed when the code is run components type and other important information. In C# this is done through a mechanism called mapping (Reflection). Look at an example, first create a simple type:
(系统自动生成,下载前可以参看下载内容)
下载文件列表
C # language lecture series.doc
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.