摘要: using System;using System.Collections.Generic;using System.Text;using System.Reflection.Emit;using System.Reflection;using System.Threading;namespace _5_CIL{ /// /// 产生动态程序集 /// 陶勇强 /// ///要动态构造的程序集的类 ///public class HelloWord /// { /// private string theMessage; /// ... 阅读全文
posted @ 2013-11-20 11:45 IT_菜鸟 阅读(347) 评论(0) 推荐(0) 编辑