ICorProfilerCallback10 interface

A subclass of ICorProfilerCallback9 that provides callback methods to notify the profiler that EventPipe events have been delivered to the profiler's currently active session.

Methods

Method Description
EventPipeEventDelivered Method Notifies the profiler that an EventPipe event has been delivered to the session that the profiler has open.
EventPipeProviderCreated Method Notifies the profiler that an EventPipe provider has been created, allowing the profiler to add that provider to their session.

Requirements

Platforms: See .NET supported operating systems.

Header: CorProf.idl, CorProf.h

.NET Versions: Available since .NET 5.0

See also