摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Reflection;using System.Reflection.Emit;namespace ConsoleApplication1{ class Program { static void Main(string[] args) { DynamicMethod dynamicMethod = new DynamicMethod("Test",null,new Type[]{typ 阅读全文
posted @ 2012-04-16 11:34 szjdw 阅读(244) 评论(0) 推荐(0)