首页  编辑  

取得当前方法的名称

Tags: /C#/RTTI/   Date Created:

Text = MethodInfo . GetCurrentMethod() . Name;

//or

Text = new StackTrace () . GetFrame( 0 ) . GetMethod() . Name;