Get the name of the current method

System.Reflection.MethodInfo.GetCurrentMethod();


The other methods are close to what was asked, but they don't return the string value. But this does:

Dim methodName$ = System.Reflection.MethodBase.GetCurrentMethod().Name