ICorProfilerInfo8 Interface

ICorProfilerInfo7 的子类,提供查询有关动态方法的信息的方法。

Methods

Method Description
IsFunctionDynamic Method 确定函数是否没有关联的元数据。
GetFunctionFromIP3 Method 将托管代码指令指针映射到 FunctionID。 此方法适用于动态和非动态方法。
GetDynamicFunctionInfo Method 检索有关动态方法的信息。

Requirements

平台:请参阅系统要求页眉: CorProf.idl、CorProf.h .NET Framework 版本: 自 4.7.2 起可用

See also