Asp.net .net(C#) 獲取當前命名空間,類名,方法名的方法

public  static  string  GetMethodInfo() {      string  str =  "" ;       //取得當前方法命名空間      str +=  "命名空間名:" +System.Reflection.MethodBase.GetCurrentMethod().DeclaringType.Namespace + "\n" ;      //取得當
相關文章
相關標籤/搜索