Revision: 46739
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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#