Property | Type | Description | |
---|---|---|---|
process | Process |
Method | Description | |
---|---|---|
AddType ( Cecil typedef, |
||
FindMethod ( string name ) : MethodSource | ||
GetFunctionByToken ( int token ) : |
||
GetMethodByToken ( int token ) : MethodSource | ||
GetMethods ( |
||
GetSources ( ) : Mono.Debugger.SourceFile[] | ||
LookupMonoType ( Cecil type ) : |
||
SimpleLookup ( |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
AddClassEntry ( int token, |
||
DoDispose ( ) : void | ||
GetMonoMethod ( MethodHashEntry hash, int index, byte contents ) : MonoMethod | ||
GetTypeSignature ( Cecil t ) : string | ||
GetWrapperMethod ( MethodHashEntry hash, WrapperEntry wrapper, byte contents ) : WrapperMethod | ||
LookupMonoClass ( Cecil typeref ) : |
Method | Description | |
---|---|---|
AddRangeEntry ( |
||
CheckCustomAttributes ( Cecil type, DebuggerBrowsableState &browsable_state, |
||
CreateMethodSource ( |
||
FindCecilMethod ( string full_name ) : Cecil.MethodDefinition | ||
GetFunctionType ( string class_name, int token ) : |
||
GetMethodName ( Cecil mdef ) : string | ||
GetMethodSignature ( Cecil mdef ) : string | ||
GetMethodSource ( |
||
GetMethodSource ( int index ) : MonoMethodSource | ||
GetSourceFile ( int index ) : |
||
LookupClassInfo ( |
||
MonoSymbolFile ( |
||
OnModuleChanged ( ) : void | ||
ReadRangeEntry ( |
||
RemoveGenericArity ( string name ) : string | ||
UnwindStack ( StackFrame last_frame, |
||
ensure_sources ( ) : void |
protected AddClassEntry ( int token, |
||
token | int | |
klass | ||
return | void |
public AddType ( Cecil typedef, |
||
typedef | Cecil | |
type | ||
return | void |
public FindMethod ( string name ) : MethodSource | ||
name | string | |
return | MethodSource |
public GetFunctionByToken ( int token ) : |
||
token | int | |
return |
public GetMethodByToken ( int token ) : MethodSource | ||
token | int | |
return | MethodSource |
public GetMethods ( |
||
file | ||
return | MethodSource[] |
protected GetMonoMethod ( MethodHashEntry hash, int index, byte contents ) : MonoMethod | ||
hash | MethodHashEntry | |
index | int | |
contents | byte | |
return | MonoMethod |
public GetSources ( ) : Mono.Debugger.SourceFile[] | ||
return | Mono.Debugger.SourceFile[] |
protected static GetTypeSignature ( Cecil t ) : string | ||
t | Cecil | |
return | string |
protected GetWrapperMethod ( MethodHashEntry hash, WrapperEntry wrapper, byte contents ) : WrapperMethod | ||
hash | MethodHashEntry | |
wrapper | WrapperEntry | |
contents | byte | |
return | WrapperMethod |
protected LookupMonoClass ( Cecil typeref ) : |
||
typeref | Cecil | |
return |
public LookupMonoType ( Cecil type ) : |
||
type | Cecil | |
return |
public SimpleLookup ( |
||
address | ||
exact_match | bool | |
return |