huzige0265

导航

 

2018年12月27日

摘要: public static type GetClassType(string ClassName,string dllname) { Type ClassType =null; foreach(Assembly am in AppDomain.CurrentDomain.GetAssemblies( 阅读全文
posted @ 2018-12-27 09:04 huzige0265 阅读(113) 评论(0) 推荐(0) 编辑
 
摘要: string strError=string.Empty; Func<string,string,string> AppendLine=(source,append) =>source+(string.IsNullOrEmpty(source)) ? "":"\n") + append; Actio 阅读全文
posted @ 2018-12-27 08:57 huzige0265 阅读(61) 评论(0) 推荐(0) 编辑