2019年4月17日

C# 获取类名

摘要: 1、获取C#类中类名 System.Reflection.MethodBase.GetCurrentMethod().DeclaringType.Name; 2、获取C#类中类名(包含命名空间) System.Reflection.MethodBase.GetCurrentMethod().Decl 阅读全文

posted @ 2019-04-17 17:39 lovezj9012 阅读(4341) 评论(0) 推荐(0)

导航