可以使用创建一个StackFrame类, 然后通过GetMethod方法来获取一个方法的信息. 如下: MessageBox.Show("The current method name is :" + new System.Diagnostics.StackFrame().GetMethod().Name);
可以使用创建一个StackFrame类, 然后通过GetMethod方法来获取一个方法的信息. 如下: MessageBox.Show("The current method name is :" + new System.Diagnostics.StackFrame().GetMethod().Name);