摘要: 1 创建用于反射使用的DLL新建一个C#类库项目,拷贝源代码如下,编译生成DLL(假如DLL的文件名是TestReflect.dll)1using System;23namespace Webtest4{5 /**//// <summary>6 /// ReflectTest 的摘要说明。7 /// </summary>8 public class ReflectTest9... 阅读全文
posted @ 2009-08-28 09:30 大有 阅读(195) 评论(0) 推荐(0)