Mono Class Library: OverviewSystem.Diagnostics.StackFrame: Method Members |
The methods of System.Diagnostics.StackFrame are listed below. For a list of all members, see the StackFrame Members list.
See Also: Inherited members from System.Object
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. overrideToString() : string Documentation for this section has not yet been entered.