/ Published in: C#
This is useful to get the name of the current function for trace purposes or to name a thread.
Expand |
Embed | Plain Text
System.Reflection.MethodBase.GetCurrentMethod().Name;
You need to login to post a comment.
This is useful to get the name of the current function for trace purposes or to name a thread.
System.Reflection.MethodBase.GetCurrentMethod().Name;
You need to login to post a comment.