C# Class LLDB.ThreadCollection

Inheritance: IDisposable
Mostrar archivo Open project: tritao/LLDBSharp Class Usage Examples

Public Properties

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

Protected Properties

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

Public Methods

Method 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

Protected Methods

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

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

GetThreadAtIndex() public method

public GetThreadAtIndex ( uint idx ) : LLDB.Thread
idx uint
return LLDB.Thread

IsValid() public method

public IsValid ( ) : bool
return bool

ThreadCollection() public method

public ThreadCollection ( ) : System
return System

ThreadCollection() public method

public ThreadCollection ( LLDB rhs ) : System
rhs LLDB
return System

ThreadCollection() protected method

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

__CreateInstance() public static method

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

__CreateInstance() public static method

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

Property Details

NativeToManagedMap public_oe static_oe property

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