更新:2007 年 11 月
从当前位置开始,获取枚举中指定数目的 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。
要求
**平台:**请参见 .NET Framework 系统要求。
**头文件:**CorDebug.idl
**库:**CorGuids.lib
**.NET Framework 版本:**3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0、1.1、1.0