Property | Type | Description | |
---|---|---|---|
Version |
Property | Type | Description | |
---|---|---|---|
ReadCattrs | Mono.Debugger.Soft.CattrInfo[] | ||
Receive | int | ||
ReceivePacket | bool | ||
Send | int | ||
SendReceive | System.IO.PacketReader | ||
SendReceive | System.IO.PacketReader | ||
TypeCodeToElementType | ElementType | ||
decode_byte | int | ||
decode_command_header | Header | ||
decode_id | long | ||
decode_int | int | ||
decode_long | long | ||
decode_short | int | ||
encode_byte | void | ||
encode_id | void | ||
encode_int | void | ||
encode_long | void |
Method | Description | |
---|---|---|
Array_GetLength ( long id, int &rank, int &lower_bounds ) : int[] | ||
Array_GetValues ( long id, int index, int len ) : Mono.Debugger.Soft.ValueImpl[] | ||
Array_SetValues ( long id, int index, |
||
Assembly_GetEntryPoint ( long id ) : long | ||
Assembly_GetLocation ( long id ) : string | ||
Assembly_GetManifestModule ( long id ) : long | ||
Assembly_GetName ( long id ) : string | ||
Assembly_GetObject ( long id ) : long | ||
Assembly_GetType ( long id, string name, bool ignoreCase ) : long | ||
ClearAllBreakpoints ( ) : void | ||
ClearEventRequest ( EventType etype, int req_id ) : void | ||
Close ( ) : void | ||
Connect ( ) : void | ||
Connection ( Socket socket ) : System | ||
Domain_CreateBoxedValue ( long id, long type_id, |
||
Domain_CreateString ( long id, string s ) : long | ||
Domain_GetAssemblies ( long id ) : long[] | ||
Domain_GetCorlib ( long id ) : long | ||
Domain_GetEntryAssembly ( long id ) : long | ||
Domain_GetName ( long id ) : string | ||
EnableEvent ( EventType etype, SuspendPolicy suspend_policy, List |
||
EncodePacket ( int id, int commandSet, int command, byte data, int dataLen ) : byte[] | ||
GetPacketId ( byte packet ) : int | ||
GetPacketLength ( byte header ) : int | ||
IsReplyPacket ( byte packet ) : bool | ||
Method_GetBody ( long id ) : |
||
Method_GetDebugInfo ( long id ) : |
||
Method_GetDeclaringType ( long id ) : long | ||
Method_GetInfo ( long id ) : |
||
Method_GetLocalsInfo ( long id ) : |
||
Method_GetName ( long id ) : string | ||
Method_GetParamInfo ( long id ) : |
||
Method_ResolveToken ( long id, int token ) : |
||
Module_GetInfo ( long id ) : ModuleInfo | ||
Object_GetAddress ( long id ) : long | ||
Object_GetDomain ( long id ) : long | ||
Object_GetType ( long id ) : long | ||
Object_GetValues ( long id, long fields ) : Mono.Debugger.Soft.ValueImpl[] | ||
Object_IsCollected ( long id ) : bool | ||
Object_SetValues ( long id, long fields, |
||
ReadPacket ( ) : byte[] | ||
StackFrame_GetThis ( long thread_id, long id ) : |
||
StackFrame_GetValues ( long thread_id, long id, int pos ) : Mono.Debugger.Soft.ValueImpl[] | ||
StackFrame_SetValues ( long thread_id, long id, int pos, |
||
String_GetValue ( long id ) : string | ||
Thread_GetFrameInfo ( long id, int start_frame, int length ) : Mono.Debugger.Soft.FrameInfo[] | ||
Thread_GetId ( long id ) : long | ||
Thread_GetInfo ( long id ) : ThreadInfo | ||
Thread_GetName ( long id ) : string | ||
Thread_GetState ( long id ) : int | ||
Thread_GetTID ( long id ) : long | ||
Type_GetCustomAttributes ( long id, long attr_type_id, bool inherit ) : Mono.Debugger.Soft.CattrInfo[] | ||
Type_GetFieldCustomAttributes ( long id, long field_id, long attr_type_id, bool inherit ) : Mono.Debugger.Soft.CattrInfo[] | ||
Type_GetFields ( long id, string &names, long &types, int &attrs ) : long[] | ||
Type_GetInfo ( long id ) : |
||
Type_GetMethods ( long id ) : long[] | ||
Type_GetObject ( long id ) : long | ||
Type_GetProperties ( long id ) : Mono.Debugger.Soft.PropInfo[] | ||
Type_GetPropertyCustomAttributes ( long id, long field_id, long attr_type_id, bool inherit ) : Mono.Debugger.Soft.CattrInfo[] | ||
Type_GetSourceFiles ( long id, bool return_full_paths ) : string[] | ||
Type_GetValues ( long id, long fields, long thread_id ) : Mono.Debugger.Soft.ValueImpl[] | ||
Type_IsAssignableFrom ( long id, long c_id ) : bool | ||
Type_SetValues ( long id, long fields, |
||
VM_AbortInvoke ( long thread, int id ) : void | ||
VM_BeginInvokeMethod ( long thread, long method, |
||
VM_Dispose ( ) : void | ||
VM_Exit ( int exitCode ) : void | ||
VM_GetThreads ( ) : long[] | ||
VM_GetVersion ( ) : |
||
VM_InvokeMethod ( long thread, long method, |
||
VM_Resume ( ) : void | ||
VM_SetProtocolVersion ( int major, int minor ) : void | ||
VM_Suspend ( ) : void | ||
WritePacket ( byte packet ) : void | ||
decode_suspend_policy ( int suspend_policy ) : SuspendPolicy | ||
receiver_thread_main ( ) : void |
Method | Description | |
---|---|---|
ReadCattrs ( System.IO.PacketReader r ) : Mono.Debugger.Soft.CattrInfo[] | ||
Receive ( byte buf, int buf_offset, int len ) : int | ||
ReceivePacket ( ) : bool | ||
Send ( CommandSet command_set, int command, System.IO.PacketWriter packet, Action |
||
SendReceive ( CommandSet command_set, int command ) : System.IO.PacketReader | ||
SendReceive ( CommandSet command_set, int command, System.IO.PacketWriter packet ) : System.IO.PacketReader | ||
TypeCodeToElementType ( TypeCode c ) : ElementType | ||
decode_byte ( byte packet, int &offset ) : int | ||
decode_command_header ( byte packet ) : Header | ||
decode_id ( byte packet, int &offset ) : long | ||
decode_int ( byte packet, int &offset ) : int | ||
decode_long ( byte packet, int &offset ) : long | ||
decode_short ( byte packet, int &offset ) : int | ||
encode_byte ( byte buf, int b, int &offset ) : void | ||
encode_id ( byte buf, long id, int &offset ) : void | ||
encode_int ( byte buf, int i, int &offset ) : void | ||
encode_long ( byte buf, long l, int &offset ) : void |
public Array_GetLength ( long id, int &rank, int &lower_bounds ) : int[] | ||
id | long | |
rank | int | |
lower_bounds | int | |
return | int[] |
public Array_GetValues ( long id, int index, int len ) : Mono.Debugger.Soft.ValueImpl[] | ||
id | long | |
index | int | |
len | int | |
return | Mono.Debugger.Soft.ValueImpl[] |
public Array_SetValues ( long id, int index, |
||
id | long | |
index | int | |
values | ||
return | void |
public Assembly_GetEntryPoint ( long id ) : long | ||
id | long | |
return | long |
public Assembly_GetLocation ( long id ) : string | ||
id | long | |
return | string |
public Assembly_GetManifestModule ( long id ) : long | ||
id | long | |
return | long |
public Assembly_GetType ( long id, string name, bool ignoreCase ) : long | ||
id | long | |
name | string | |
ignoreCase | bool | |
return | long |
public ClearEventRequest ( EventType etype, int req_id ) : void | ||
etype | EventType | |
req_id | int | |
return | void |
public Domain_CreateBoxedValue ( long id, long type_id, |
||
id | long | |
type_id | long | |
v | ||
return | long |
public Domain_CreateString ( long id, string s ) : long | ||
id | long | |
s | string | |
return | long |
public Domain_GetAssemblies ( long id ) : long[] | ||
id | long | |
return | long[] |
public Domain_GetEntryAssembly ( long id ) : long | ||
id | long | |
return | long |
public EnableEvent ( EventType etype, SuspendPolicy suspend_policy, List |
||
etype | EventType | |
suspend_policy | SuspendPolicy | |
mods | List |
|
return | int |
public static EncodePacket ( int id, int commandSet, int command, byte data, int dataLen ) : byte[] | ||
id | int | |
commandSet | int | |
command | int | |
data | byte | |
dataLen | int | |
return | byte[] |
public static GetPacketId ( byte packet ) : int | ||
packet | byte | |
return | int |
public static GetPacketLength ( byte header ) : int | ||
header | byte | |
return | int |
public static IsReplyPacket ( byte packet ) : bool | ||
packet | byte | |
return | bool |
public Method_GetBody ( long id ) : |
||
id | long | |
return |
public Method_GetDebugInfo ( long id ) : |
||
id | long | |
return |
public Method_GetDeclaringType ( long id ) : long | ||
id | long | |
return | long |
public Method_GetInfo ( long id ) : |
||
id | long | |
return |
public Method_GetLocalsInfo ( long id ) : |
||
id | long | |
return |
public Method_GetParamInfo ( long id ) : |
||
id | long | |
return |
public Method_ResolveToken ( long id, int token ) : |
||
id | long | |
token | int | |
return |
public Module_GetInfo ( long id ) : ModuleInfo | ||
id | long | |
return | ModuleInfo |
public Object_GetValues ( long id, long fields ) : Mono.Debugger.Soft.ValueImpl[] | ||
id | long | |
fields | long | |
return | Mono.Debugger.Soft.ValueImpl[] |
public Object_SetValues ( long id, long fields, |
||
id | long | |
fields | long | |
values | ||
return | void |
public StackFrame_GetThis ( long thread_id, long id ) : |
||
thread_id | long | |
id | long | |
return |
public StackFrame_GetValues ( long thread_id, long id, int pos ) : Mono.Debugger.Soft.ValueImpl[] | ||
thread_id | long | |
id | long | |
pos | int | |
return | Mono.Debugger.Soft.ValueImpl[] |
public StackFrame_SetValues ( long thread_id, long id, int pos, |
||
thread_id | long | |
id | long | |
pos | int | |
values | ||
return | void |
public Thread_GetFrameInfo ( long id, int start_frame, int length ) : Mono.Debugger.Soft.FrameInfo[] | ||
id | long | |
start_frame | int | |
length | int | |
return | Mono.Debugger.Soft.FrameInfo[] |
public Thread_GetInfo ( long id ) : ThreadInfo | ||
id | long | |
return | ThreadInfo |
public Type_GetCustomAttributes ( long id, long attr_type_id, bool inherit ) : Mono.Debugger.Soft.CattrInfo[] | ||
id | long | |
attr_type_id | long | |
inherit | bool | |
return | Mono.Debugger.Soft.CattrInfo[] |
public Type_GetFieldCustomAttributes ( long id, long field_id, long attr_type_id, bool inherit ) : Mono.Debugger.Soft.CattrInfo[] | ||
id | long | |
field_id | long | |
attr_type_id | long | |
inherit | bool | |
return | Mono.Debugger.Soft.CattrInfo[] |
public Type_GetFields ( long id, string &names, long &types, int &attrs ) : long[] | ||
id | long | |
names | string | |
types | long | |
attrs | int | |
return | long[] |
public Type_GetProperties ( long id ) : Mono.Debugger.Soft.PropInfo[] | ||
id | long | |
return | Mono.Debugger.Soft.PropInfo[] |
public Type_GetPropertyCustomAttributes ( long id, long field_id, long attr_type_id, bool inherit ) : Mono.Debugger.Soft.CattrInfo[] | ||
id | long | |
field_id | long | |
attr_type_id | long | |
inherit | bool | |
return | Mono.Debugger.Soft.CattrInfo[] |
public Type_GetSourceFiles ( long id, bool return_full_paths ) : string[] | ||
id | long | |
return_full_paths | bool | |
return | string[] |
public Type_GetValues ( long id, long fields, long thread_id ) : Mono.Debugger.Soft.ValueImpl[] | ||
id | long | |
fields | long | |
thread_id | long | |
return | Mono.Debugger.Soft.ValueImpl[] |
public Type_IsAssignableFrom ( long id, long c_id ) : bool | ||
id | long | |
c_id | long | |
return | bool |
public Type_SetValues ( long id, long fields, |
||
id | long | |
fields | long | |
values | ||
return | void |
public VM_AbortInvoke ( long thread, int id ) : void | ||
thread | long | |
id | int | |
return | void |
public VM_BeginInvokeMethod ( long thread, long method, |
||
thread | long | |
method | long | |
this_arg | ||
arguments | ||
flags | InvokeFlags | |
callback | InvokeMethodCallback | |
state | object | |
return | int |
public VM_InvokeMethod ( long thread, long method, |
||
thread | long | |
method | long | |
this_arg | ||
arguments | ||
flags | InvokeFlags | |
exc | ||
return |
public VM_SetProtocolVersion ( int major, int minor ) : void | ||
major | int | |
minor | int | |
return | void |
public static decode_suspend_policy ( int suspend_policy ) : SuspendPolicy | ||
suspend_policy | int | |
return | SuspendPolicy |