다음을 통해 공유


ICorDebugModuleEnum.Next(UInt32, ICorDebugModule[], UInt32) Method

Definition

public:
 void Next(System::UInt32 celt, cli::array <Microsoft::VisualStudio::CorDebugInterop::ICorDebugModule ^> ^ modules, [Runtime::InteropServices::Out] System::UInt32 % pceltFetched);
public void Next (uint celt, Microsoft.VisualStudio.CorDebugInterop.ICorDebugModule[] modules, out uint pceltFetched);
abstract member Next : uint32 * Microsoft.VisualStudio.CorDebugInterop.ICorDebugModule[] * uint32 -> unit
Public Sub Next (celt As UInteger, modules As ICorDebugModule(), ByRef pceltFetched As UInteger)

Parameters

celt
UInt32
modules
ICorDebugModule[]
pceltFetched
UInt32

Applies to