Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an enumerator that allows iteration over the frozen objects in the specified module.
HRESULT EnumModuleFrozenObjects(
[in] ModuleID moduleID,
[out] ICorProfilerObjectEnum** ppEnum);
Parameters
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, 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