摘要:
var list = new List<param>(); if (ds != null && ds.Tables.Count > 0 && ds.Tables[0].Rows.Count > 0) { var ps = typeof(param).GetProperties().ToList(); 阅读全文
摘要:
public static type GetClassType(string ClassName,string dllname) { Type ClassType =null; foreach(Assembly am in AppDomain.CurrentDomain.GetAssemblies( 阅读全文