Gets the specified stack frame.
[Visual Basic] Overridable Public Function GetFrame( _ ByVal index As Integer _ ) As StackFrame [C#] public virtual StackFrame GetFrame( int index ); [C++] public: virtual StackFrame* GetFrame( int index ); [JScript] public function GetFrame( index : int ) : StackFrame;
The specified stack frame.
Stack frames are numbered starting at 0, which is the last stack frame pushed.
StackTrace Class | StackTrace Members | System.Diagnostics Namespace