文件名称:C-Sharp-language-lecture-series
介绍说明--下载内容均来自于网络,请自行研究使用
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