C# Класс LLDB.InstructionList

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
NativeToManagedMap InstructionList>.System.Collections.Concurrent.ConcurrentDictionary

Защищенные свойства (Protected)

Свойство Тип Описание
__OriginalVTables void*[]
__PointerAdjustment int
__ownsNativeInstance bool

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void
InstructionList ( void native, bool skipVTables = false ) : System

Приватные методы

Метод Описание
InstructionList ( InstructionList native, bool skipVTables = false ) : System
__CopyValue ( InstructionList native ) : void*

Описание методов

AppendInstruction() публичный Метод

public AppendInstruction ( LLDB inst ) : void
inst LLDB
Результат void

Clear() публичный Метод

public Clear ( ) : void
Результат void

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

DumpEmulationForAllInstructions() публичный Метод

public DumpEmulationForAllInstructions ( string triple ) : bool
triple string
Результат bool

GetDescription() публичный Метод

public GetDescription ( LLDB description ) : bool
description LLDB
Результат bool

GetInstructionAtIndex() публичный Метод

public GetInstructionAtIndex ( uint idx ) : LLDB.Instruction
idx uint
Результат LLDB.Instruction

InstructionList() публичный Метод

public InstructionList ( ) : System
Результат System

InstructionList() публичный Метод

public InstructionList ( LLDB rhs ) : System
rhs LLDB
Результат System

InstructionList() защищенный Метод

protected InstructionList ( void native, bool skipVTables = false ) : System
native void
skipVTables bool
Результат System

IsValid() публичный Метод

public IsValid ( ) : bool
Результат bool

Print() публичный Метод

public Print ( global @out ) : void
@out global
Результат void

__CreateInstance() публичный статический Метод

public static __CreateInstance ( InstructionList native, bool skipVTables = false ) : InstructionList
native InstructionList
skipVTables bool
Результат InstructionList

__CreateInstance() публичный статический Метод

public static __CreateInstance ( global native, bool skipVTables = false ) : InstructionList
native global
skipVTables bool
Результат InstructionList

Описание свойств

NativeToManagedMap публичное статическое свойство

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
Результат InstructionList>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables защищенное свойство

protected void*[] __OriginalVTables
Результат void*[]

__PointerAdjustment защищенное свойство

protected int __PointerAdjustment
Результат int

__ownsNativeInstance защищенное свойство

protected bool __ownsNativeInstance
Результат bool