DkmILSave.Create(UInt32) 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 DkmILSave object instance.
public:
static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILSave ^ Create(System::UInt32 Index);
public:
static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILSave ^ Create(unsigned int Index);
static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILSave Create(unsigned int Index);
public static Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILSave Create (uint Index);
static member Create : uint32 -> Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILSave
Public Shared Function Create (Index As UInteger) As DkmILSave
Parameters
- Index
- UInt32
[In] The index at which to save the value.
Returns
[Out] Result of this method call.