ICorDebugHeapSegmentEnum.Next(UInt32, COR_SEGMENT[], UInt32) Method

Definition

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

Parameters

celt
UInt32
segs
COR_SEGMENT[]
pceltFetched
UInt32

Returns

Applies to