DkmDataAddress.Create 方法

定义

创建新的 DkmDataAddress 对象实例。

public:
 static Microsoft::VisualStudio::Debugger::Evaluation::DkmDataAddress ^ Create(Microsoft::VisualStudio::Debugger::DkmRuntimeInstance ^ RuntimeInstance, System::UInt64 Value, Microsoft::VisualStudio::Debugger::DkmInstructionAddress ^ InstructionAddress);
public static Microsoft.VisualStudio.Debugger.Evaluation.DkmDataAddress Create (Microsoft.VisualStudio.Debugger.DkmRuntimeInstance RuntimeInstance, ulong Value, Microsoft.VisualStudio.Debugger.DkmInstructionAddress InstructionAddress);
static member Create : Microsoft.VisualStudio.Debugger.DkmRuntimeInstance * uint64 * Microsoft.VisualStudio.Debugger.DkmInstructionAddress -> Microsoft.VisualStudio.Debugger.Evaluation.DkmDataAddress
Public Shared Function Create (RuntimeInstance As DkmRuntimeInstance, Value As ULong, InstructionAddress As DkmInstructionAddress) As DkmDataAddress

参数

RuntimeInstance
DkmRuntimeInstance

中DkmRuntimeInstance 类表示加载到 DkmProcess 中的执行环境,其中包含要调试的代码。

Value
UInt64

中数据地址。

InstructionAddress
DkmInstructionAddress

[In,可选]如果数据地址是指令地址,则设置。

返回

DkmDataAddress

弄此方法调用的结果。

适用于