Property | Type | Description | |
---|---|---|---|
NativeToManagedMap | Communication>.System.Collections.Concurrent.ConcurrentDictionary |
Property | Type | Description | |
---|---|---|---|
__OriginalVTables | void*[] | ||
__PointerAdjustment | int | ||
__ownsNativeInstance | bool |
Method | Description | |
---|---|---|
AdoptFileDesriptor ( int fd, bool owns_fd ) : LLDB.ConnectionStatus | ||
Communication ( ) : System | ||
Communication ( string broadcaster_name ) : System | ||
Connect ( string url ) : LLDB.ConnectionStatus | ||
Disconnect ( ) : LLDB.ConnectionStatus | ||
Dispose ( ) : void | ||
GetBroadcaster ( ) : LLDB.Broadcaster | ||
IsConnected ( ) : bool | ||
IsValid ( ) : bool | ||
Read ( global dst, uint dst_len, uint timeout_usec, LLDB status ) : uint | ||
ReadThreadIsRunning ( ) : bool | ||
ReadThreadStart ( ) : bool | ||
ReadThreadStop ( ) : bool | ||
SetReadThreadBytesReceivedCallback ( LLDB callback, global callback_baton ) : bool | ||
Write ( global src, uint src_len, LLDB status ) : uint | ||
__CreateInstance ( |
||
__CreateInstance ( global native, bool skipVTables = false ) : |
Method | Description | |
---|---|---|
Communication ( void native, bool skipVTables = false ) : System | ||
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Communication ( |
||
__CopyValue ( |
public AdoptFileDesriptor ( int fd, bool owns_fd ) : LLDB.ConnectionStatus | ||
fd | int | |
owns_fd | bool | |
return | LLDB.ConnectionStatus |
public Communication ( string broadcaster_name ) : System | ||
broadcaster_name | string | |
return | System |
protected Communication ( void native, bool skipVTables = false ) : System | ||
native | void | |
skipVTables | bool | |
return | System |
public Connect ( string url ) : LLDB.ConnectionStatus | ||
url | string | |
return | LLDB.ConnectionStatus |
public Disconnect ( ) : LLDB.ConnectionStatus | ||
return | LLDB.ConnectionStatus |
public Read ( global dst, uint dst_len, uint timeout_usec, LLDB status ) : uint | ||
dst | global | |
dst_len | uint | |
timeout_usec | uint | |
status | LLDB | |
return | uint |
public SetReadThreadBytesReceivedCallback ( LLDB callback, global callback_baton ) : bool | ||
callback | LLDB | |
callback_baton | global | |
return | bool |
public Write ( global src, uint src_len, LLDB status ) : uint | ||
src | global | |
src_len | uint | |
status | LLDB | |
return | uint |
public static __CreateInstance ( |
||
native | ||
skipVTables | bool | |
return |
public static __CreateInstance ( global native, bool skipVTables = false ) : |
||
native | global | |
skipVTables | bool | |
return |
public static System.Collections.Concurrent.ConcurrentDictionary |
||
return | Communication>.System.Collections.Concurrent.ConcurrentDictionary |