DkmResolveCPUInstructionAddressAsyncResult.AddressObject Property

Definition

Abstract representation of an executable code location (ex: EIP value). If resolved, an Instruction Address will be within a particular module instance. An Instruction Address is always within a particular Runtime Instance.

public:
 property Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ AddressObject { Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ get(); };
public:
 property Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ AddressObject { Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ get(); };
public Microsoft.VisualStudio.Debugger.DkmInstructionAddress AddressObject { get; }
member this.AddressObject : Microsoft.VisualStudio.Debugger.DkmInstructionAddress
Public ReadOnly Property AddressObject As DkmInstructionAddress

Property Value

Returns DkmInstructionAddress.

Applies to