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
為 1,此值可能為 null。
規格需求
平台:請參閱系統需求。
標頭:CorPub.idl、CorPub.h
程式庫:CorGuids.lib
.NET Framework版本:自 1.0 起提供