ICorDebugTypeEnum::Next 方法

从枚举中获取由 celt 指定的“ICorDebugType”实例的数量,从当前位置开始。

语法

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

参数

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

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

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

要求

平台:请参阅系统要求

标头:CorDebug.idl、CorDebug.h

库:CorGuids.lib

.NET Framework 版本:自 2.0 起可用

另请参阅