Property | Type | Description | |
---|---|---|---|
LoadModule | void | ||
Module | System | ||
OnModuleChanged | void | ||
UnLoadModule | void | ||
UnwindStack |
Method | Description | |
---|---|---|
FindFile ( string filename ) : |
Find source file @filename. If @filename is a full pathname, an exact match is required. Otherwise, a match from any directory is ok.
|
|
FindLocation ( string source_file, int line ) : |
Find the method containing line @line in @source_file, which must be the file's full pathname.
|
|
FindMethod ( string name ) : MethodSource |
Find method @name, which must be a full method name including the signature (System.DateTime.GetUtcOffset(System.DateTime)).
|
|
GetMethod ( int domain, long handle ) : |
||
GetMethods ( |
||
SimpleLookup ( |
Method | Description | |
---|---|---|
MyToString ( ) : string |
Method | Description | |
---|---|---|
LoadModule ( |
||
Module ( |
||
OnModuleChanged ( ) : void | ||
UnLoadModule ( ) : void | ||
UnwindStack ( |
public FindFile ( string filename ) : |
||
filename | string | |
return |
public FindLocation ( string source_file, int line ) : |
||
source_file | string | |
line | int | |
return |
public FindMethod ( string name ) : MethodSource | ||
name | string | |
return | MethodSource |
public GetMethod ( int domain, long handle ) : |
||
domain | int | |
handle | long | |
return |
public GetMethods ( |
||
file | ||
return | MethodSource[] |
public SimpleLookup ( |
||
address | ||
exact_match | bool | |
return |