ICorDebugObjectEnum.Next(UInt32, UInt64[], UInt32) Method

Definition

public:
 int Next(System::UInt32 celt, cli::array <System::UInt64> ^ objects, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
public int Next (uint celt, ulong[] objects, out uint pceltFetched);
abstract member Next : uint32 * uint64[] * uint32 -> int
Public Function Next (celt As UInteger, objects As ULong(), ByRef pceltFetched As UInteger) As Integer

Parameters

celt
UInt32
objects
UInt64[]
pceltFetched
UInt32

Returns

Returns Int32.

Applies to