共用方式為


ICorDebugFrameEnum::Next 方法

取得指定數目的 ICorDebugFrame 實例,從目前位置開始。

語法

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

參數

celt [在]要擷取的執行個體數目 ICorDebugFrame

frames [出]指標陣列,每個指標都指向一個 ICorDebugFrame 物件。

pceltFetched [出]實際傳回的執行個體數目 ICorDebugFrame 指標。 如果為 1,則 celt 此值可能是 null。

需求

平台: 請參閱 .NET 支援的作業系統

標題: CorDebug.idl、CorDebug.h

圖書館: CorGuids.lib

.NET 版本: 自 .NET Framework 1.0 起提供