共用方式為


ICorPublishAppDomainEnum::Next 方法

從目前位置開始,取得目前存在於處理序中指定的應用程式定義域數目。

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

參數

  • celt
    [in] 要擷取的元素數目。

  • objects
    [out] 所擷取之 ICorPublishAppDomain 物件的陣列指標,每個物件表示一個應用程式定義域。

  • pceltFetched
    [out] 實際傳回的應用程式定義域數目指標。 如果 celt 為一,則此值可能為 null。

需求

**平台:**請參閱 .NET Framework 系統需求

**標頭:**CorPub.idl、CorPub.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

請參閱

參考

ICorPublishAppDomainEnum 介面