摘要:
http://www.cnblogs.com/ubosm/archive/2010/11/02/1867409.html
阅读全文
posted @ 2010-11-08 10:26
CsharpHome
阅读(144)
推荐(0)
摘要:
1 创建用于反射使用的DLL新建一个C#类库项目,拷贝源代码如下,编译生成DLL(假如DLL的文件名是TestReflect.dll)1usingSystem;23namespaceWebtest4{5/**////<summary>6///ReflectTest的摘要说明。7///</summary>8publicclassReflectTest9{10publicRef...
阅读全文
posted @ 2010-11-08 09:39
CsharpHome
阅读(220)
推荐(0)