C# Класс LLDB.Communication

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
NativeToManagedMap Communication>.System.Collections.Concurrent.ConcurrentDictionary

Защищенные свойства (Protected)

Свойство Тип Описание
__OriginalVTables void*[]
__PointerAdjustment int
__ownsNativeInstance bool

Открытые методы

Метод Описание
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 ( Communication native, bool skipVTables = false ) : Communication
__CreateInstance ( global native, bool skipVTables = false ) : Communication

Защищенные методы

Метод Описание
Communication ( void native, bool skipVTables = false ) : System
Dispose ( bool disposing ) : void

Приватные методы

Метод Описание
Communication ( Communication native, bool skipVTables = false ) : System
__CopyValue ( Communication native ) : void*

Описание методов

AdoptFileDesriptor() публичный Метод

public AdoptFileDesriptor ( int fd, bool owns_fd ) : LLDB.ConnectionStatus
fd int
owns_fd bool
Результат LLDB.ConnectionStatus

Communication() публичный Метод

public Communication ( ) : System
Результат System

Communication() публичный Метод

public Communication ( string broadcaster_name ) : System
broadcaster_name string
Результат System

Communication() защищенный Метод

protected Communication ( void native, bool skipVTables = false ) : System
native void
skipVTables bool
Результат System

Connect() публичный Метод

public Connect ( string url ) : LLDB.ConnectionStatus
url string
Результат LLDB.ConnectionStatus

Disconnect() публичный Метод

public Disconnect ( ) : LLDB.ConnectionStatus
Результат LLDB.ConnectionStatus

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

GetBroadcaster() публичный Метод

public GetBroadcaster ( ) : LLDB.Broadcaster
Результат LLDB.Broadcaster

IsConnected() публичный Метод

public IsConnected ( ) : bool
Результат bool

IsValid() публичный Метод

public IsValid ( ) : bool
Результат bool

Read() публичный Метод

public Read ( global dst, uint dst_len, uint timeout_usec, LLDB status ) : uint
dst global
dst_len uint
timeout_usec uint
status LLDB
Результат uint

ReadThreadIsRunning() публичный Метод

public ReadThreadIsRunning ( ) : bool
Результат bool

ReadThreadStart() публичный Метод

public ReadThreadStart ( ) : bool
Результат bool

ReadThreadStop() публичный Метод

public ReadThreadStop ( ) : bool
Результат bool

SetReadThreadBytesReceivedCallback() публичный Метод

public SetReadThreadBytesReceivedCallback ( LLDB callback, global callback_baton ) : bool
callback LLDB
callback_baton global
Результат bool

Write() публичный Метод

public Write ( global src, uint src_len, LLDB status ) : uint
src global
src_len uint
status LLDB
Результат uint

__CreateInstance() публичный статический Метод

public static __CreateInstance ( Communication native, bool skipVTables = false ) : Communication
native Communication
skipVTables bool
Результат Communication

__CreateInstance() публичный статический Метод

public static __CreateInstance ( global native, bool skipVTables = false ) : Communication
native global
skipVTables bool
Результат Communication

Описание свойств

NativeToManagedMap публичное статическое свойство

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
Результат Communication>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables защищенное свойство

protected void*[] __OriginalVTables
Результат void*[]

__PointerAdjustment защищенное свойство

protected int __PointerAdjustment
Результат int

__ownsNativeInstance защищенное свойство

protected bool __ownsNativeInstance
Результат bool