ICorProfilerInfo8 Interface

A subclass of ICorProfilerInfo7 that provides methods to query information about dynamic methods.

Methods

Method Description
IsFunctionDynamic Method Determines if a function does not have associated metadata.
GetFunctionFromIP3 Method Maps a managed code instruction pointer to a FunctionID. This method works for both dynamic and non-dynamic methods.
GetDynamicFunctionInfo Method Retrieves information about dynamic methods.

Requirements

Platforms: See System Requirements.
Header: CorProf.idl, CorProf.h
.NET Framework Versions: Available since 4.7.2

See also