Getting Caller method name from method
StackTrace st = new StackTrace();
string str = st.GetFrame(1).GetMethod().Name;
Thursday, January 19, 2006
Subscribe to:
Post Comments (Atom)
good programmers write good code; great programmers steal great code
No comments:
Post a Comment