DkmLanguageInstructionAddress.Address 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 ^ Address { Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ get(); };
public:
property Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ Address { Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ get(); };
public Microsoft.VisualStudio.Debugger.DkmInstructionAddress Address { get; }
member this.Address : Microsoft.VisualStudio.Debugger.DkmInstructionAddress
Public ReadOnly Property Address As DkmInstructionAddress
Property Value
Returns DkmInstructionAddress.