ICorDebugStepperEnum::Next 方法

获取枚举中指定数量(从当前位置开始)的 ICorDebugStepper 实例。

语法

HRESULT Next(  
    [in] ULONG  celt,  
    [out, size_is(celt), length_is(*pceltFetched)]  
        ICorDebugStepper *steppers[],  
    [out] ULONG *pceltFetched  
);  

参数

celt
[in] 要检索的 ICorDebugStepper 实例数量。

steppers
[out] 指针的数组,其中每个都指向一个 ICorDebugStepper 对象。

pceltFetched
[out] 实际返回的 ICorDebugStepper 实例的数量的指针。 如果 celt 为 1,则此值可以为 NULL。

要求

平台:请参阅系统要求

标头:CorDebug.idl、CorDebug.h

库:CorGuids.lib

.NET Framework 版本:自 1.0 起可用