Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting calling method name?
Message
 
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
Getting calling method name?
Environment versions
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01566974
Message ID:
01566974
Views:
69
Hi everybody,

I have a method which I call from another method. I am wondering whether is a way to get that calling method's name in the current method?

I want to use this for logging. I guess I can pass the method's name as alternative.

Thanks in advance.

In other words, the same class

MethodA
if (MethodB)
...


In methodB I want to get the 'MethodA' string.
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform