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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.