DkmFakeValueHome.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 DkmFakeValueHome object instance.
public:
static Microsoft::VisualStudio::Debugger::Evaluation::DkmFakeValueHome ^ Create(System::UInt64 Address);
public:
static Microsoft::VisualStudio::Debugger::Evaluation::DkmFakeValueHome ^ Create(unsigned long long Address);
static Microsoft::VisualStudio::Debugger::Evaluation::DkmFakeValueHome Create(unsigned long Address);
public static Microsoft.VisualStudio.Debugger.Evaluation.DkmFakeValueHome Create (ulong Address);
static member Create : uint64 -> Microsoft.VisualStudio.Debugger.Evaluation.DkmFakeValueHome
Public Shared Function Create (Address As ULong) As DkmFakeValueHome
Parameters
- Address
- UInt64
[In] Deprecated. Do not use.
Returns
[Out] Result of this method call.