CsharpHome  

2010年11月8日

摘要: http://www.cnblogs.com/ubosm/archive/2010/11/02/1867409.html 阅读全文
posted @ 2010-11-08 10:26 CsharpHome 阅读(144) 评论(0) 推荐(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) 推荐(0)