摘要: 2. 3. 阅读全文
posted @ 2018-01-14 16:42 甜菜波波 阅读(820) 评论(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 甜菜波波 阅读(994) 评论(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 甜菜波波 阅读(4038) 评论(1) 推荐(2)