ICorDebugValueEnum.Next(UInt32, ICorDebugValue[], UInt32) Method

Definition

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

Parameters

celt
UInt32
values
ICorDebugValue[]
pceltFetched
UInt32

Returns

Returns Int32.

Applies to