C# Class LLDB.QueueItem

Inheritance: IDisposable
Afficher le fichier Open project: tritao/LLDBSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
NativeToManagedMap QueueItem>.System.Collections.Concurrent.ConcurrentDictionary

Protected Properties

Свойство Type Description
__OriginalVTables void*[]
__PointerAdjustment int
__ownsNativeInstance bool

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
QueueItem ( void native, bool skipVTables = false ) : System

Private Methods

Méthode Description
QueueItem ( QueueItem native, bool skipVTables = false ) : System
__CopyValue ( QueueItem native ) : void*

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetAddress() public méthode

public GetAddress ( ) : LLDB.Address
Résultat LLDB.Address

GetExtendedBacktraceThread() public méthode

public GetExtendedBacktraceThread ( string type ) : LLDB.Thread
type string
Résultat LLDB.Thread

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

QueueItem() public méthode

public QueueItem ( ) : System
Résultat System

QueueItem() public méthode

public QueueItem ( LLDB _0 ) : System
_0 LLDB
Résultat System

QueueItem() protected méthode

protected QueueItem ( void native, bool skipVTables = false ) : System
native void
skipVTables bool
Résultat System

__CreateInstance() public static méthode

public static __CreateInstance ( QueueItem native, bool skipVTables = false ) : QueueItem
native QueueItem
skipVTables bool
Résultat QueueItem

__CreateInstance() public static méthode

public static __CreateInstance ( global native, bool skipVTables = false ) : QueueItem
native global
skipVTables bool
Résultat QueueItem

Property Details

NativeToManagedMap public_oe static_oe property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
Résultat QueueItem>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables protected_oe property

protected void*[] __OriginalVTables
Résultat void*[]

__PointerAdjustment protected_oe property

protected int __PointerAdjustment
Résultat int

__ownsNativeInstance protected_oe property

protected bool __ownsNativeInstance
Résultat bool