摘要: 代码如下: using System;using System.Reflection;using System.Reflection.Emit ; public class TestReflection {private String file = @"TestReflection.exe"; static void Main(String[] args) {TestReflection test = new TestReflection();test.DisplayModules();test.DisplayTypes();test.DisplayMethods();te 阅读全文
posted @ 2004-07-30 16:14 程序员天下 阅读(150) 评论(0) 推荐(0) 编辑