Mono Class Library: Overview

System.Diagnostics.StackFrame: Members

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_UNKNOWNint (-1). Constant returned when the native or IL offset is unknown.

Public Methods

GetFileColumnNumber() : int
The column on the line number from where the method was called.
GetFileLineNumber() : int
The line number from where the method was called.
GetFileName() : string
The file name of the source code that contains the method the stack frame represent.
GetILOffset() : int
Documentation for this section has not yet been entered.
GetMethod() : System.Reflection.MethodBase
Return the method that the stack frame represents.
GetNativeOffset() : int
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.