次の方法で共有


ICorDebugFrameEnum::Next メソッド

現在の位置から、指定した数の ICorDebugFrame インスタンスを列挙型から取得します。

構文

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

パラメーター

celt
[in] 取得する ICorDebugFrame インスタンスの数。

frames
[out] ポインターの配列。各ポインターは、ICorDebugFrame オブジェクトを指します。

pceltFetched
[out] 実際に返された ICorDebugFrame インスタンスの数へのポインター。 celt が 1 の場合、この値は null になることがあります。

必要条件

:システム要件」を参照してください。

ヘッダー: CorDebug.idl、CorDebug.h

ライブラリ: CorGuids.lib

.NET Framework のバージョン: 1.0 以降で使用可能