摘要: using System;using System.Reflection;using System.Reflection.Emit;using System.Collections.Generic;using System.Text;using System.Diagnostics;namespace FastMethodInvoker{ public delegate object FastInvokeHandler(object target, object[] paramters); public delegate void SayHandler(string word); ... 阅读全文
posted @ 2012-03-16 23:42 Tom.汤 阅读(1116) 评论(3) 推荐(0) 编辑