C# Class LLDB.InstructionList

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

Méthodes publiques

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

Protected Properties

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

Méthodes publiques

Méthode 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 ( InstructionList native, bool skipVTables = false ) : InstructionList
__CreateInstance ( global native, bool skipVTables = false ) : InstructionList

Méthodes protégées

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

Private Methods

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

Method Details

AppendInstruction() public méthode

public AppendInstruction ( LLDB inst ) : void
inst LLDB
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

DumpEmulationForAllInstructions() public méthode

public DumpEmulationForAllInstructions ( string triple ) : bool
triple string
Résultat bool

GetDescription() public méthode

public GetDescription ( LLDB description ) : bool
description LLDB
Résultat bool

GetInstructionAtIndex() public méthode

public GetInstructionAtIndex ( uint idx ) : LLDB.Instruction
idx uint
Résultat LLDB.Instruction

InstructionList() public méthode

public InstructionList ( ) : System
Résultat System

InstructionList() public méthode

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

InstructionList() protected méthode

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

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

Print() public méthode

public Print ( global @out ) : void
@out global
Résultat void

__CreateInstance() public static méthode

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

__CreateInstance() public static méthode

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

Property Details

NativeToManagedMap public_oe static_oe property

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