DkmPointerValueHome.Create(UInt64) Method

Definition

Create a new DkmPointerValueHome object instance.

public:
 static Microsoft::VisualStudio::Debugger::Evaluation::DkmPointerValueHome ^ Create(System::UInt64 Address);
public:
 static Microsoft::VisualStudio::Debugger::Evaluation::DkmPointerValueHome ^ Create(unsigned long long Address);
 static Microsoft::VisualStudio::Debugger::Evaluation::DkmPointerValueHome Create(unsigned long Address);
public static Microsoft.VisualStudio.Debugger.Evaluation.DkmPointerValueHome Create (ulong Address);
static member Create : uint64 -> Microsoft.VisualStudio.Debugger.Evaluation.DkmPointerValueHome
Public Shared Function Create (Address As ULong) As DkmPointerValueHome

Parameters

Address
UInt64

[In] A straight linear address in the debuggee process.

Returns

[Out] Result of this method call.

Applies to