随笔分类 -  Net

摘要:public IList<Student> IStudent = new List<Student>(); public BindingList<Student> BStudent = new BindingList<Student>(); /// <summary> /// 加载数据返回IList 阅读全文
posted @ 2019-09-29 15:31 枫卍 阅读(280) 评论(0) 推荐(0)
摘要:Type type=Assembly.Load("ModuleName").GetType("AssemblyName"); //获取程序集实例中具有指定名称的 System.Type 对象 MethodInfo method=type.GetMethod("FunctionName",new ty 阅读全文
posted @ 2019-09-02 11:29 枫卍 阅读(182) 评论(0) 推荐(0)