string typeName = this.GetType().ToString();//空间名.类名

string typeName = this.GetType().Name;//类名

new System.Diagnostics.StackTrace().GetFrame(0).GetMethod().Name 方法名

05-11 15:15