从当前光标位置开始,获取集合中指定数目的程序集。
HRESULT Next (
[in] ULONG celt,
[out, size_is(celt), length_is(*pceltFetched)]
ICorDebugAssembly *values[],
[out] ULONG *pceltFetched
);
参数
celt
[in] 要检索的程序集的数量。values
[out] 一个由指针组成的数组,其中每个指针都指向一个表示程序集的 ICorDebugAssembly 对象。pceltFetched
[out] 一个指向实际返回的程序集数的指针。 如果 celt 为 1,此值可能为 Null。
要求
**平台:**请参见 .NET Framework 系统要求。
头文件: CorDebug.idl、CorDebug.h
**库:**CorGuids.lib
**.NET Framework 版本:**4、3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0、1.1、1.0