C# Class LLDB.ExecutionContext

Inheritance: IDisposable
Show file Open project: tritao/LLDBSharp Class Usage Examples

Public Properties

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

Protected Properties

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

Public Methods

Method 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

Protected Methods

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

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

ExecutionContext() public method

public ExecutionContext ( ) : System
return System

ExecutionContext() public method

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

ExecutionContext() protected method

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

GetFrame() public method

public GetFrame ( ) : LLDB.Frame
return LLDB.Frame

GetProcess() public method

public GetProcess ( ) : LLDB.Process
return LLDB.Process

GetTarget() public method

public GetTarget ( ) : LLDB.Target
return LLDB.Target

GetThread() public method

public GetThread ( ) : LLDB.Thread
return LLDB.Thread

__CreateInstance() public static method

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

__CreateInstance() public static method

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

Property Details

NativeToManagedMap public static property

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

__OriginalVTables protected property

protected void*[] __OriginalVTables
return void*[]

__PointerAdjustment protected property

protected int __PointerAdjustment
return int

__ownsNativeInstance protected property

protected bool __ownsNativeInstance
return bool