DkmResolveCPUInstructionAddressAsyncResult.AddressObject 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.
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.