DkmSuccessEvaluationResult.Address Property

Definition

[Optional] If the result is an address (i.e. the address flag is set in Flags), specifies the location of the backing value. This is used when the evaluation result is used as the input to the memory window or disassembly window. If it is an instruction address then it must have the CPUInstruction address set.

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

Property Value

Returns DkmDataAddress.

Applies to