Property | Type | Description | |
---|---|---|---|
GetTrampoline | MethodSource | ||
ISymbolLookup | |||
LookupBlock | |||
UnwindStack | StackFrame |
Method | Description | |
---|---|---|
CompareTo ( object obj ) : int | ||
GetDeclaringType ( Thread target ) : |
||
GetLocalVariables ( Thread target ) : Mono.Debugger.Languages.TargetVariable[] | ||
GetNamespaces ( ) : string[] | ||
GetParameters ( Thread target ) : Mono.Debugger.Languages.TargetVariable[] | ||
GetThis ( Thread target ) : |
||
IsInSameMethod ( |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
Method ( |
||
Method ( string name, string image_file, |
||
Method ( string name, string image_file, Module module, TargetAddress start, TargetAddress end ) : System | ||
SetAddresses ( TargetAddress start, TargetAddress end ) : void | ||
SetLineNumbers ( LineNumberTable line_numbers ) : void | ||
SetMethodBounds ( TargetAddress method_start, TargetAddress method_end ) : void | ||
SetWrapperType ( WrapperType wrapper_type ) : void |
Method | Description | |
---|---|---|
GetTrampoline ( |
||
ISymbolLookup ( |
||
LookupBlock ( |
||
UnwindStack ( StackFrame frame, TargetMemoryAccess memory ) : StackFrame |
public abstract GetDeclaringType ( Thread target ) : |
||
target | Thread | |
return |
public abstract GetLocalVariables ( Thread target ) : Mono.Debugger.Languages.TargetVariable[] | ||
target | Thread | |
return | Mono.Debugger.Languages.TargetVariable[] |
public abstract GetParameters ( Thread target ) : Mono.Debugger.Languages.TargetVariable[] | ||
target | Thread | |
return | Mono.Debugger.Languages.TargetVariable[] |
public abstract GetThis ( Thread target ) : |
||
target | Thread | |
return |
public static IsInSameMethod ( |
||
method | ||
address | ||
return | bool |
protected Method ( string name, string image_file, |
||
name | string | |
image_file | string | |
module | ||
return | System |
protected Method ( string name, string image_file, Module module, TargetAddress start, TargetAddress end ) : System | ||
name | string | |
image_file | string | |
module | Module | |
start | TargetAddress | |
end | TargetAddress | |
return | System |
protected SetAddresses ( TargetAddress start, TargetAddress end ) : void | ||
start | TargetAddress | |
end | TargetAddress | |
return | void |
protected SetLineNumbers ( LineNumberTable line_numbers ) : void | ||
line_numbers | LineNumberTable | |
return | void |
protected SetMethodBounds ( TargetAddress method_start, TargetAddress method_end ) : void | ||
method_start | TargetAddress | |
method_end | TargetAddress | |
return | void |
protected SetWrapperType ( WrapperType wrapper_type ) : void | ||
wrapper_type | WrapperType | |
return | void |