ICorProfilerCallback2::GarbageCollectionFinished Method

Notifies the profiler that garbage collection has completed and all garbage collection callbacks have been issued for it.

HRESULT GarbageCollectionFinished();

Remarks

It is safe for the profiler to inspect objects in their final locations when the GarbageCollectionFinished method is called.

Requirements

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

Header: CorProf.idl

Library: CorGuids.lib

.NET Framework Version: 2.0

See Also

Concepts

ICorProfilerCallback Interface

ICorProfilerCallback2 Interface