DkmInstructionAddress.CPUInstruction Class

Definition

CPUInstruction provides the address that the CPU will execute. This is always provided for native instructions. It may be provided for CLR or custom addresses depending on how the address object was created.

public: ref class DkmInstructionAddress::CPUInstruction sealed
class DkmInstructionAddress::CPUInstruction sealed
public sealed class DkmInstructionAddress.CPUInstruction
type DkmInstructionAddress.CPUInstruction = class
Public NotInheritable Class DkmInstructionAddress.CPUInstruction
Inheritance
DkmInstructionAddress.CPUInstruction

Constructors

DkmInstructionAddress.CPUInstruction(UInt64)

Initialize a new CPUInstruction value.

Fields

InstructionPointer

The address of where the CPU instruction is located in the target process.

Applies to