文章分类 -  反射

一个反射的例子
摘要:using System;using System.Reflection;namespace Test.TestConsole{ /// /// TestReflector 的摘要说明。 /// public class TestReflector { public TestReflector() { // ... 阅读全文
posted @ 2005-12-26 11:34 今夜太冷 阅读(300) 评论(0) 推荐(0)