共用方式為


ICorDebugAppDomainEnum

更新:2007 年 11 月

提供 Next 方法,此方法會傳回指定數目的 ICorDebugAppDomainEnum 值 (從列舉型別中的下一個位置開始)。

interface ICorDebugAppDomainEnum : ICorDebugEnum
{
    HRESULT Next (
                [in] ULONG celt,
        [out, size_is(celt), length_is(*pceltFetched)]
                                               ICorDebugAppDomain *values[],
        [out] ULONG *pceltFetched
        );

};

方法

方法

描述

ICorDebugAppDomainEnum::Next 方法

從集合中取得指定的應用程式定義域數目 (從目前的游標位置開始)。

需求

**平台:**請參閱 .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

請參閱

參考

ICorDebug

其他資源

偵錯介面