I want to perform following operation in .NET Compact Framework. I am looking for Calling Method type.
http://www.csharp-examples.net/reflection-calling-method-name/
.NET Compact Framework doesn't support StackFrame class. Also, GetCurrentMethod() is not available in MethodBase class.