Return to Snippet

Revision: 46739
at May 24, 2011 09:12 by jimfred


Initial Code
System.Reflection.MethodBase.GetCurrentMethod().Name;

Initial URL


Initial Description
This is useful to get the name of the current function for trace purposes or to name a thread.

Initial Title
Get current function name

Initial Tags


Initial Language
C#