]; //获取构造函数
  • var obj = ci.Invoke(null);//实例化构造函数
  • T1.InvokeMember(funName, BindingFlags.InvokeMethod, null, obj, null);