ICorProfilerCallback3 Interface

Provides callback methods that the common language runtime (CLR) uses to communicate attach and detach state information to the profiler.

Methods

Method

Description

ICorProfilerCallback3::InitializeForAttach Method

Called by the CLR to give the profiler an opportunity to initialize its state after an attach operation.

ICorProfilerCallback3::ProfilerAttachComplete Method

Called by the CLR to indicate that the profiler can now call the catch-up methods.

ICorProfilerCallback3::ProfilerDetachSucceeded Method

Notifies the profiler that the common language runtime (CLR) is about to unload the profiler DLL.

Requirements

Platforms: See .NET Framework System Requirements.

Header: CorProf.idl, CorProf.h

Library: CorGuids.lib

.NET Framework Versions:  4

See Also

Reference

ICorProfilerCallback2 Interface

ICorProfilerInfo Interface

Other Resources

Profiling Interfaces