I’d like to get the fully qualified method name. I can see how to get the method name on its own with the following:
System.Reflection.MethodBase.GetCurrentMethod().Name
but this only returns the actual name. I need everything, like:
My.Assembly.ClassName.MethodName
Try