DkmPointerValueHome.Create(UInt64) 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 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.