ICorDebugStepperEnum.Next(UInt32, ICorDebugStepper[], UInt32) Method

Definition

public:
 int Next(System::UInt32 celt, cli::array <Microsoft::VisualStudio::CorDebugInterop::ICorDebugStepper ^> ^ steppers, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
public int Next (uint celt, Microsoft.VisualStudio.CorDebugInterop.ICorDebugStepper[] steppers, out uint pceltFetched);
abstract member Next : uint32 * Microsoft.VisualStudio.CorDebugInterop.ICorDebugStepper[] * uint32 -> int
Public Function Next (celt As UInteger, steppers As ICorDebugStepper(), ByRef pceltFetched As UInteger) As Integer

Parameters

celt
UInt32
steppers
ICorDebugStepper[]
pceltFetched
UInt32

Returns

Returns Int32.

Applies to