Gets the method in which the frame is executing.
[Visual Basic] Overridable Public Function GetMethod() As MethodBase [C#] public virtual MethodBase GetMethod(); [C++] public: virtual MethodBase* GetMethod(); [JScript] public function GetMethod() : MethodBase;
The method the frame is executing in.
StackFrame Class | StackFrame Members | System.Diagnostics Namespace