摘要: 如 list.Where 阅读全文
posted @ 2019-03-25 14:32 nimayax 阅读(504) 评论(0) 推荐(0)
摘要: 1.引用命名空间 using System.Reflection; 2.object[] parameters = { 参数 }; 调用方法的参数数组 3.Type t = Type.GetType("Class"); 获取类 4.MethodInfo Method = t.GetMethod(Me 阅读全文
posted @ 2019-03-25 11:53 nimayax 阅读(151) 评论(0) 推荐(1)