ICorProfilerInfo2::EnumModuleFrozenObjects Method

Gets an enumerator that allows iteration over the frozen objects in the specified module.

HRESULT EnumModuleFrozenObjects(
    [in] ModuleID moduleID,
    [out] ICorProfilerObjectEnum** ppEnum);

Parameters

Parameter Description

moduleID

[in] The ID of the module that contains the frozen objects to be enumerated.

ppEnum

[out] A pointer to the address of an ICorProfilerObjectEnum Interface interface, which enumerates the frozen objects.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: CorProf.idl

Library: CorGuids.lib

.NET Framework Version: 2.0

See Also

Reference

ICorProfilerInfo Interface
ICorProfilerInfo2 Interface