DkmInstructionAddress.CPUInstructionPart Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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; }
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.