C# Class LLDB.ExecutionContext

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

Méthodes publiques

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

Protected Properties

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
ExecutionContext ( ) : System
ExecutionContext ( LLDB rhs ) : System
GetFrame ( ) : LLDB.Frame
GetProcess ( ) : LLDB.Process
GetTarget ( ) : LLDB.Target
GetThread ( ) : LLDB.Thread
__CreateInstance ( ExecutionContext native, bool skipVTables = false ) : ExecutionContext
__CreateInstance ( global native, bool skipVTables = false ) : ExecutionContext

Méthodes protégées

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

Private Methods

Méthode Description
ExecutionContext ( ExecutionContext native, bool skipVTables = false ) : System
__CopyValue ( ExecutionContext 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

ExecutionContext() public méthode

public ExecutionContext ( ) : System
Résultat System

ExecutionContext() public méthode

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

ExecutionContext() protected méthode

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

GetFrame() public méthode

public GetFrame ( ) : LLDB.Frame
Résultat LLDB.Frame

GetProcess() public méthode

public GetProcess ( ) : LLDB.Process
Résultat LLDB.Process

GetTarget() public méthode

public GetTarget ( ) : LLDB.Target
Résultat LLDB.Target

GetThread() public méthode

public GetThread ( ) : LLDB.Thread
Résultat LLDB.Thread

__CreateInstance() public static méthode

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

__CreateInstance() public static méthode

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

Property Details

NativeToManagedMap public_oe static_oe property

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