摘要:
public static type GetClassType(string ClassName,string dllname) { Type ClassType =null; foreach(Assembly am in AppDomain.CurrentDomain.GetAssemblies( 阅读全文
摘要:
string strError=string.Empty; Func<string,string,string> AppendLine=(source,append) =>source+(string.IsNullOrEmpty(source)) ? "":"\n") + append; Actio 阅读全文