ICorProfilerCallback6 Interface

[Supported in the .NET Framework 4.5.2 and later versions]

A subclass of ICorProfilerCallback5 that provides a callback method that the common language runtime uses to notify a profiler that an assembly is loading.

Methods

Method Description
GetAssemblyReferences Method Notifies the profiler that an assembly is in a very early loading stage, when the common language runtime performs an assembly reference closure walk.

Remarks

Requirements

Platforms: See System Requirements.

Header: CorProf.idl, CorProf.h

.NET Framework Versions: Available since 4.5.2

See also