IDkmRuntimeDisassemblyProvider.Disassemble(DkmRuntimeInstance, DkmInstructionAddress, UInt32) Método

Definição

Desmontar um intervalo de endereços no tempo de execução de depuração.

public:
 cli::array <Microsoft::VisualStudio::Debugger::Disassembly::DkmDisassembledInstruction ^> ^ Disassemble(Microsoft::VisualStudio::Debugger::DkmRuntimeInstance ^ runtimeInstance, Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ address, System::UInt32 count);
public Microsoft.VisualStudio.Debugger.Disassembly.DkmDisassembledInstruction[] Disassemble (Microsoft.VisualStudio.Debugger.DkmRuntimeInstance runtimeInstance, Microsoft.VisualStudio.Debugger.DkmInstructionAddress address, uint count);
abstract member Disassemble : Microsoft.VisualStudio.Debugger.DkmRuntimeInstance * Microsoft.VisualStudio.Debugger.DkmInstructionAddress * uint32 -> Microsoft.VisualStudio.Debugger.Disassembly.DkmDisassembledInstruction[]
Public Function Disassemble (runtimeInstance As DkmRuntimeInstance, address As DkmInstructionAddress, count As UInteger) As DkmDisassembledInstruction()

Parâmetros

runtimeInstance
DkmRuntimeInstance

No A classe DkmRuntimeInstance representa um ambiente de execução que é carregado em um DkmProcess e que contém o código a ser depurado.

address
DkmInstructionAddress

No O endereço onde a desmontagem deve iniciar.

count
UInt32

No O número de instruções a serem desmembradas.

Retornos

DkmDisassembledInstruction[]

Fora Os resultados da desmontagem do intervalo de endereços.

Aplica-se a