摘要: 2. 3. 阅读全文
posted @ 2018-01-14 16:42 甜菜波波 阅读(809) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Linq; using System.Reflection; using System.Reflection.Emit; namespace EmitCreateDynamicProxy { class Program { static void Main(string[] args) { ... 阅读全文
posted @ 2018-01-14 13:33 甜菜波波 阅读(990) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Linq; using System.Reflection; using System.Reflection.Emit; namespace TestEmit{ public interface IPerson{ void SayHello(); } class Person2 { ... 阅读全文
posted @ 2018-01-14 13:31 甜菜波波 阅读(4020) 评论(1) 推荐(2) 编辑