Category Archives: C#

Get method name and calling method name in C#

There are times when you need to trace the method call order of your application.   In the System.Diagnostics namespace there is StackTrace.  StackTrace is a collection of StackFrames which provides information about the method calls for the stack call on … Continue reading

Posted in C# | Tagged | Comments Off on Get method name and calling method name in C#