摘要:
public IList<Student> IStudent = new List<Student>(); public BindingList<Student> BStudent = new BindingList<Student>(); /// <summary> /// 加载数据返回IList 阅读全文
摘要:
Type type=Assembly.Load("ModuleName").GetType("AssemblyName"); //获取程序集实例中具有指定名称的 System.Type 对象 MethodInfo method=type.GetMethod("FunctionName",new ty 阅读全文