Public Sub SomeMethod() Dim methodName as String = System.Reflection.[function to get the current method name here?] End Sub
谢谢
System.Reflection.MethodInfo.GetCurrentMethod();