DkmSuccessEvaluationResult.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.
[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; }
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.