Sdílet prostřednictvím


DkmILLoad.Create(UInt32) Method

Definition

Create a new DkmILLoad object instance.

public:
 static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILLoad ^ Create(System::UInt32 Index);
public:
 static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILLoad ^ Create(unsigned int Index);
 static Microsoft::VisualStudio::Debugger::Evaluation::IL::DkmILLoad Create(unsigned int Index);
public static Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILLoad Create (uint Index);
static member Create : uint32 -> Microsoft.VisualStudio.Debugger.Evaluation.IL.DkmILLoad
Public Shared Function Create (Index As UInteger) As DkmILLoad

Parameters

Index
UInt32

[In] The index at which to save the value.

Returns

[Out] Result of this method call.

Applies to