C#反射实例
摘要:
1 创建用于反射使用的DLL 新建一个C#类库项目,拷贝源代码如下,编译生成DLL(假如DLL的文件名是TestReflect.dll) 1usingSystem;23namespaceWebtest4{5/**////<summary>6///ReflectTest的摘要说明。7///</summary>8publicclassReflectTest9{10publicR... 阅读全文
posted @ 2009-07-23 10:56 ghost's 阅读(221) 评论(0) 推荐(0) 编辑