Share via


ICorDebugFrameEnum.Next(UInt32, ICorDebugFrame[], UInt32) Method

Definition

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

Parameters

celt
UInt32
frames
ICorDebugFrame[]
pceltFetched
UInt32

Returns

Returns Int32.

Applies to