ICorProfilerObjectEnum::GetCount Method

Gets the total number of frozen objects in the collection.

Syntax

HRESULT GetCount (  
    [out] ULONG   *pcelt  
);  

Parameters

pcelt
[out] A pointer to the number of frozen objects in the collection.

This method will always return zero in the .NET Framework version 3.5 Service Pack 1 (SP1) and later versions.

Requirements

Platforms: See System Requirements.

Header: CorProf.idl, CorProf.h

Library: CorGuids.lib

.NET Framework Versions: Available since 2.0

See also