DkmLanguageInstructionAddress.Address 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 ^ 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.

Applies to