C# 靜態方法中獲取類的名稱

靜態方法中用:this

string className = System.Reflection.MethodBase.GetCurrentMethod().ReflectedType.FullName;

 

非靜態方法中還能夠用:code

string className = this.GetType().FullName;
相關文章
相關標籤/搜索