Share via


DkmInstructionAddress.CPUInstruction(UInt64) Constructor

Definition

Initialize a new CPUInstruction value.

public:
 CPUInstruction(System::UInt64 InstructionPointer);
public:
 CPUInstruction(unsigned long long InstructionPointer);
 CPUInstruction(unsigned long InstructionPointer);
public CPUInstruction (ulong InstructionPointer);
new Microsoft.VisualStudio.Debugger.DkmInstructionAddress.CPUInstruction : uint64 -> Microsoft.VisualStudio.Debugger.DkmInstructionAddress.CPUInstruction
Public Sub New (InstructionPointer As ULong)

Parameters

InstructionPointer
UInt64

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

Applies to