Exploring the System.Reflection.Emit Namespace(翻译)
摘要: System.Reflection.Emit命名空间提供了创建动态程序集的能力,动态程序集就是指在运行时创建的程序集。动态程序集能够被运行或者保存到磁盘上。处于这个原因,许多的.net编译器使用了 System.Reflection.Emit来提供代码生成。在这片文章中,我们将探索下System.Reflection.Emit命名空间,并构建一个简单的类库程序集System.Reflection....
阅读全文
posted @
2010-03-15 21:01 xhan 阅读(281) |
评论 (2) 编辑