Méthode | Description | |
---|---|---|
CheckTypeProxy ( |
||
Dump ( object obj ) : void | ||
DumpObject ( |
||
DumpType ( |
||
FindMethod ( string name ) : |
||
FormatObject ( object obj, DisplayFormat format ) : string | ||
FormatType ( |
||
GetFrame ( int number ) : StackFrame | ||
GetNamespaces ( ) : string[] | ||
GetRuntimeInvokeFlags ( ) : RuntimeInvokeFlags | ||
HandleDebuggerDisplay ( |
||
LoadLibrary ( Thread thread, string filename ) : void | ||
ParseExpression ( string text ) : |
||
Print ( object obj ) : void | ||
Print ( string message ) : void | ||
PrintMethods ( MethodSource methods ) : void | ||
PrintMethods ( |
||
RuntimeInvoke ( Thread thread, |
||
ScriptingContext ( |
||
ShowDisplay ( |
||
ShowSources ( Module module ) : void |
Méthode | Description | |
---|---|---|
ActivatePendingBreakpoints ( ) : void | ||
CheckTypeProxy ( |
||
DoFormatObject ( |
||
HandleDebuggerDisplay ( Thread thread, |
||
MonoObjectToString ( |
public static CheckTypeProxy ( |
||
interpreter | ||
thread | Thread | |
obj | ||
Résultat |
public DumpObject ( |
||
obj | ||
Résultat | string |
public DumpType ( |
||
type | ||
Résultat | string |
public FindMethod ( string name ) : |
||
name | string | |
Résultat |
public FormatObject ( object obj, DisplayFormat format ) : string | ||
obj | object | |
format | DisplayFormat | |
Résultat | string |
public FormatType ( |
||
type | ||
Résultat | string |
public GetFrame ( int number ) : StackFrame | ||
number | int | |
Résultat | StackFrame |
public GetRuntimeInvokeFlags ( ) : RuntimeInvokeFlags | ||
Résultat | RuntimeInvokeFlags |
public static HandleDebuggerDisplay ( |
||
interpreter | ||
thread | Thread | |
instance | ||
attr | ||
timeout | int | |
name | string | |
type | string | |
Résultat | Mono.Debugger.ExpressionEvaluator.EvaluationResult |
public LoadLibrary ( Thread thread, string filename ) : void | ||
thread | Thread | |
filename | string | |
Résultat | void |
public ParseExpression ( string text ) : |
||
text | string | |
Résultat |
public PrintMethods ( MethodSource methods ) : void | ||
methods | MethodSource | |
Résultat | void |
public PrintMethods ( |
||
source | ||
Résultat | void |
public RuntimeInvoke ( Thread thread, |
||
thread | Thread | |
function | ||
object_argument | ||
param_objects | ||
flags | RuntimeInvokeFlags | |
Résultat |
public ScriptingContext ( |
||
interpreter | ||
Résultat | System |
public ShowDisplay ( |
||
display | ||
Résultat | void |
public ShowSources ( Module module ) : void | ||
module | Module | |
Résultat | void |