C# Class LLDB.ThreadCollection

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

Méthodes publiques

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

Protected Properties

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetThreadAtIndex ( uint idx ) : LLDB.Thread
IsValid ( ) : bool
ThreadCollection ( ) : System
ThreadCollection ( LLDB rhs ) : System
__CreateInstance ( ThreadCollection native, bool skipVTables = false ) : ThreadCollection
__CreateInstance ( global native, bool skipVTables = false ) : ThreadCollection

Méthodes protégées

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

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

GetThreadAtIndex() public méthode

public GetThreadAtIndex ( uint idx ) : LLDB.Thread
idx uint
Résultat LLDB.Thread

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

ThreadCollection() public méthode

public ThreadCollection ( ) : System
Résultat System

ThreadCollection() public méthode

public ThreadCollection ( LLDB rhs ) : System
rhs LLDB
Résultat System

ThreadCollection() protected méthode

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

__CreateInstance() public static méthode

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

__CreateInstance() public static méthode

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

Property Details

NativeToManagedMap public_oe static_oe property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
Résultat ThreadCollection>.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