How to get the name of the current method from code [duplicate]

Call System.Reflection.MethodBase.GetCurrentMethod().Name from within the method.

Leave a Comment