C# Class LLDB.QueueItem

Inheritance: IDisposable
Exibir arquivo Open project: tritao/LLDBSharp Class Usage Examples

Public Properties

Property Type Description
NativeToManagedMap QueueItem>.System.Collections.Concurrent.ConcurrentDictionary

Protected Properties

Property Type Description
__OriginalVTables void*[]
__PointerAdjustment int
__ownsNativeInstance bool

Public Methods

Method Description
Clear ( ) : void
Dispose ( ) : void
GetAddress ( ) : LLDB.Address
GetExtendedBacktraceThread ( string type ) : LLDB.Thread
IsValid ( ) : bool
QueueItem ( ) : System
QueueItem ( LLDB _0 ) : System
__CreateInstance ( QueueItem native, bool skipVTables = false ) : QueueItem
__CreateInstance ( global native, bool skipVTables = false ) : QueueItem

Protected Methods

Method Description
Dispose ( bool disposing ) : void
QueueItem ( void native, bool skipVTables = false ) : System

Private Methods

Method Description
QueueItem ( QueueItem native, bool skipVTables = false ) : System
__CopyValue ( QueueItem native ) : void*

Method Details

Clear() public method

public Clear ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetAddress() public method

public GetAddress ( ) : LLDB.Address
return LLDB.Address

GetExtendedBacktraceThread() public method

public GetExtendedBacktraceThread ( string type ) : LLDB.Thread
type string
return LLDB.Thread

IsValid() public method

public IsValid ( ) : bool
return bool

QueueItem() public method

public QueueItem ( ) : System
return System

QueueItem() public method

public QueueItem ( LLDB _0 ) : System
_0 LLDB
return System

QueueItem() protected method

protected QueueItem ( void native, bool skipVTables = false ) : System
native void
skipVTables bool
return System

__CreateInstance() public static method

public static __CreateInstance ( QueueItem native, bool skipVTables = false ) : QueueItem
native QueueItem
skipVTables bool
return QueueItem

__CreateInstance() public static method

public static __CreateInstance ( global native, bool skipVTables = false ) : QueueItem
native global
skipVTables bool
return QueueItem

Property Details

NativeToManagedMap public_oe static_oe property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
return QueueItem>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables protected_oe property

protected void*[] __OriginalVTables
return void*[]

__PointerAdjustment protected_oe property

protected int __PointerAdjustment
return int

__ownsNativeInstance protected_oe property

protected bool __ownsNativeInstance
return bool