The members of System.Diagnostics.StackFrame are listed below.
See Also: Inherited members from System.Object
Public Constructors
| | Initializes a new StackFrame object corresponding to the active stack frame. |
| | Initializes a new StackFrame object corresponding to the active stack frame and, optionally, includes debugging informations. |
| | Initializes a new StackFrame object corresponding to the 'n'th stack frame. |
| | Initializes a new StackFrame object corresponding to the 'n'th stack frame and, optionally, includes debugging informations. |
| | Initializes a new StackFrame object corresponding to the active stack frame and replace it's filename and line number with the supplied values. |
| | Initializes a new StackFrame object corresponding to the active stack frame and replace it's filename, line number and column number with the supplied values. |
Public Fields
const | OFFSET_UNKNOWN | int (-1). Constant returned when the native or IL offset is unknown. |
Public Methods