DkmInstructionAddress.CPUInstructionPart Property

Definition

[Optional] CPUInstructionPart 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:
 property Microsoft::VisualStudio::Debugger::DkmInstructionAddress::CPUInstruction ^ CPUInstructionPart { Microsoft::VisualStudio::Debugger::DkmInstructionAddress::CPUInstruction ^ get(); };
public Microsoft.VisualStudio.Debugger.DkmInstructionAddress.CPUInstruction CPUInstructionPart { get; }
member this.CPUInstructionPart : Microsoft.VisualStudio.Debugger.DkmInstructionAddress.CPUInstruction
Public ReadOnly Property CPUInstructionPart As DkmInstructionAddress.CPUInstruction

Property Value

Returns DkmInstructionAddress.CPUInstruction.

Applies to