Método ICorDebugHeapSegmentEnum::NextICorDebugHeapSegmentEnum::Next Method
Obtém o número especificado de instâncias de COR_SEGMENT que contêm informações sobre regiões de memória do heap gerenciado.Gets the specified number of COR_SEGMENT instances that contain information about memory regions of the managed heap.
SintaxeSyntax
HRESULT Next(
[in] ULONG celt, [out, size_is(celt), length_is(*pceltFetched)] COR_SEGMENT segments[],
[out] ULONG *pceltFetched
);
ParâmetrosParameters
celtcelt
no O número de segmentos a serem recuperados.[in] The number of segments to be retrieved.
segmentossegments
fora Uma matriz de ponteiros, cada um dos quais aponta para um objeto COR_SEGMENT que fornece informações sobre uma região de memória no heap gerenciado.[out] An array of pointers, each of which points to a COR_SEGMENT object that provides information about a region of memory in the managed heap.
pceltFetchedpceltFetched
fora Um ponteiro para o número de objetos COR_SEGMENT realmente retornados em segments
.[out] A pointer to the number of COR_SEGMENT objects actually returned in segments
. Esse valor pode ser null
se celt
for 1.This value may be null
if celt
is 1.
ComentáriosRemarks
RequisitosRequirements
Plataformas: confira Requisitos do sistema.Platforms: See System Requirements.
Cabeçalho: CorDebug.idl, CorDebug.hHeader: CorDebug.idl, CorDebug.h
Biblioteca: CorGuids.libLibrary: CorGuids.lib
.NET Framework versões:Disponível desde o 4.5Available since 4.5.NET Framework Versions: Disponível desde o 4.5Available since 4.5