Reflection of method name

I

in

From a method, I would like to write a log message.

Can I use Reflection to pick up the method's name, from within the
method itself?
 
I

Imran Koradia

Sure you can:
System.Reflection.MethodBase.GetCurrentMethod.Name()

hope that helps..
Imran.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top