DkmSuccessEvaluationResult.Address 属性

定义

可有可无如果结果是一个地址 (例如,地址标志是在 Flags) 中设置的,则指定后备值的位置。 当计算结果用作 "内存" 窗口或 "反汇编" 窗口的输入时,将使用此值。 如果它是指令地址,则必须设置 CPUInstruction 地址。

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

属性值

DkmDataAddress

返回 DkmDataAddress

适用于