摘要: 代码如下:using System;using System.Reflection;using System.Reflection.Emit ;public class TestReflection {private String file = @"TestReflection.exe";static void Main(String[] args) {TestReflection test =... 阅读全文
posted @ 2006-02-23 17:12 疾行者 阅读(348) 评论(0) 推荐(0) 编辑