C# 获取类名

2021-06-07 20:05

阅读:461

标签:etc   method   gty   命名   ase   方法   get   name   current   

1、获取C#类中类名

System.Reflection.MethodBase.GetCurrentMethod().DeclaringType.Name;

2、获取C#类中类名(包含命名空间)

System.Reflection.MethodBase.GetCurrentMethod().DeclaringType.FullName;

3、获取C# 类中方法名

System.Reflection.MethodBase.GetCurrentMethod().Name;

C# 获取类名

标签:etc   method   gty   命名   ase   方法   get   name   current   

原文地址:https://www.cnblogs.com/ZJ199012/p/10725054.html


评论


亲,登录后才可以留言!