Property | Type | Description | |
---|---|---|---|
NativeToManagedMap | InstructionList>.System.Collections.Concurrent.ConcurrentDictionary |
Property | Type | Description | |
---|---|---|---|
__OriginalVTables | void*[] | ||
__PointerAdjustment | int | ||
__ownsNativeInstance | bool |
Method | Description | |
---|---|---|
AppendInstruction ( LLDB inst ) : void | ||
Clear ( ) : void | ||
Dispose ( ) : void | ||
DumpEmulationForAllInstructions ( string triple ) : bool | ||
GetDescription ( LLDB description ) : bool | ||
GetInstructionAtIndex ( uint idx ) : LLDB.Instruction | ||
InstructionList ( ) : System | ||
InstructionList ( LLDB rhs ) : System | ||
IsValid ( ) : bool | ||
Print ( global @out ) : void | ||
__CreateInstance ( |
||
__CreateInstance ( global native, bool skipVTables = false ) : |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
InstructionList ( void native, bool skipVTables = false ) : System |
Method | Description | |
---|---|---|
InstructionList ( |
||
__CopyValue ( |
public AppendInstruction ( LLDB inst ) : void | ||
inst | LLDB | |
return | void |
public DumpEmulationForAllInstructions ( string triple ) : bool | ||
triple | string | |
return | bool |
public GetDescription ( LLDB description ) : bool | ||
description | LLDB | |
return | bool |
public GetInstructionAtIndex ( uint idx ) : LLDB.Instruction | ||
idx | uint | |
return | LLDB.Instruction |
protected InstructionList ( void native, bool skipVTables = false ) : System | ||
native | void | |
skipVTables | bool | |
return | System |
public static __CreateInstance ( |
||
native | ||
skipVTables | bool | |
return |
public static __CreateInstance ( global native, bool skipVTables = false ) : |
||
native | global | |
skipVTables | bool | |
return |
public static System.Collections.Concurrent.ConcurrentDictionary |
||
return | InstructionList>.System.Collections.Concurrent.ConcurrentDictionary |