從集合取得指定數目的應用程式網域,從目前的游標位置開始。
語法
HRESULT Next (
[in] ULONG celt,
[out, size_is(celt), length_is(*pceltFetched)]
ICorDebugAppDomain *values[],
[out] ULONG *pceltFetched
);
參數
celt [在]要擷取的應用程式網域數目。
values [出]指標陣列,每個指標都指向代表應用程式網域的 ICorDebugAppDomain 物件。
pceltFetched [出]實際傳回的應用程式網域數目指標。 如果為 1,則 celt 此值可能是 null。
需求
平台: 請參閱 .NET 支援的作業系統。
標題: CorDebug.idl、CorDebug.h
圖書館: CorGuids.lib
.NET 版本: 自 .NET Framework 1.0 起提供