Mono Class Library: Overview

Mono.Debugger.Soft.StackFrame: Members

The members of Mono.Debugger.Soft.StackFrame are listed below.

See Also: Inherited members from Mono.Debugger.Soft.Mirror

Public Properties

[read-only]
FileNamestring. Documentation for this section has not yet been entered.
[read-only]
ILOffsetint. Documentation for this section has not yet been entered.
[read-only]
IsDebuggerInvokebool. Returns whenever this stack frame represents the first frame of a method invocation done by the debugger itself using the InvokeMethod () methods.
[read-only]
LineNumberint. Documentation for this section has not yet been entered.
[read-only]
LocationLocation. Documentation for this section has not yet been entered.
[read-only]
MethodMethodMirror. Documentation for this section has not yet been entered.
[read-only]
ThreadThreadMirror. Documentation for this section has not yet been entered.

Public Methods

GetArgument(int) : Value
Documentation for this section has not yet been entered.
GetThis() : Value
Documentation for this section has not yet been entered.
GetValue(LocalVariable) : Value
Documentation for this section has not yet been entered.
GetValue(ParameterInfoMirror) : Value
Documentation for this section has not yet been entered.
GetValues(LocalVariable[]) : Value[]
Documentation for this section has not yet been entered.
SetValue(LocalVariable, Value)
Documentation for this section has not yet been entered.
SetValue(ParameterInfoMirror, Value)
Documentation for this section has not yet been entered.