ICorProfilerCallback5 Interface

Supplements information to help a profiler identify the full closure of live objects, when used with either the ICorProfilerCallback::RootReferences or ICorProfilerCallback2::RootReferences2 method together with the ICorProfilerCallback::ObjectReferences and ConditionalWeakTableElementReferences methods.

ICorProfilerCallback5 must be implemented by a managed memory profiler to subscribe to notifications related to dependent handles.

Remarks

Methods

Method Description
ConditionalWeakTableElementReferences Method Identifies the transitive closure of objects referenced by those roots through both direct member field references and through ConditionalWeakTable dependencies.

Requirements

Platforms: See System Requirements.

Header: CorProf.idl, CorProf.h

.NET Framework Versions: Available since 4.5

See also