ICorDebugFunction3 Interface

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

Logically extends the ICorDebugFunction interface to provide access to code from a ReJIT request.

Methods

Method Description
GetActiveReJitRequestILCode Method Gets an interface pointer to an ICorDebugILCode that contains the IL from an active ReJIT request.

Remarks

Requirements

Platforms: See System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: Available since 4.5.2

See also