DkmDataAddress.Create Method
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.
Create a new DkmDataAddress object instance.
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);
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
Parameters
- RuntimeInstance
- DkmRuntimeInstance
[In] The DkmRuntimeInstance class represents an execution environment which is loaded into a DkmProcess and which contains code to be debugged.
- Value
- UInt64
[In] Data address.
- InstructionAddress
- DkmInstructionAddress
[In,Optional] Set when the data address is an instruction address.
Returns
[Out] Result of this method call.