C# how to get the name of the current method from code
Posted
by Nick Allen - Tungle139
on Stack Overflow
See other posts from Stack Overflow
or by Nick Allen - Tungle139
Published on 2010-04-16T11:24:09Z
Indexed on
2010/04/16
11:33 UTC
Read the original article
Hit count: 167
c#
I know you can do
this.ToString()
To get
My.Current.Class
But what can I call to get
My.Current.Class.CurrentMethod
© Stack Overflow or respective owner