摘要: http://www.cnblogs.com/lichdr/category/12610.html http://ly4cn.teeta.com/blog/data/54020.html 阅读全文
posted @ 2009-03-25 17:35 阿网 阅读(150) 评论(0) 推荐(0) 编辑
摘要: ICustomTypeDescriptor接口 Dotnet专业组件开发揭密 阅读全文
posted @ 2009-03-25 16:44 阿网 阅读(567) 评论(0) 推荐(0) 编辑
摘要: public static void Main(string[] args) { AppDomain apdom = Thread.GetDomain(); AssemblyName an = new AssemblyName("testassambly"); AssemblyBuilder a... 阅读全文
posted @ 2009-03-25 16:28 阿网 阅读(167) 评论(0) 推荐(0) 编辑
摘要: (zzfrom:http://www.cnblogs.com/allenlooplee/archive/2007/06/24/794116.html) 探索动态程序集 Written by Allen Lee 我相信,当你看到标题中“动态程序集”(Dynamic Assembly)这个字眼时,就冒出了很多想法和问题,然而,在我们深入这个概念之前,先来看看我遇到了什么问题... 阅读全文
posted @ 2009-03-25 15:35 阿网 阅读(170) 评论(0) 推荐(0) 编辑
摘要: (zzfrom:http://www.cnblogs.com/zzyyll2/archive/2007/10/23/934710.html) 反射发出(Reflection Emit)的应用小结 1.什么是的反射发出(Reflection Emit) System..Reflection.Emit命名空间嵌套在System.Reflection的下面,它可动态的构建程序集和类型的所有框架类的根,... 阅读全文
posted @ 2009-03-25 15:31 阿网 阅读(432) 评论(0) 推荐(0) 编辑
摘要: BindingFlags Assembly.CreateInstance Activator.CreateInstance invoke 阅读全文
posted @ 2009-03-25 11:00 阿网 阅读(107) 评论(0) 推荐(0) 编辑
摘要: (zzfrom:http://www.sz-accp.com.cn/xxyd/ShowArticle.asp?ArticleID=3087) 今天把反射的东西整理了一下,提供了最全面的东西,当然也是基础的东西, 在学好了这一切的基础上,大家可以学习反射的具体插件等应用首先我们建立一个类库,将它生成为reflectPrj.dll, using System; using System.Coll... 阅读全文
posted @ 2009-03-25 10:53 阿网 阅读(294) 评论(2) 推荐(0) 编辑