ICorDebugILFrame3 Interface

Provides a method that encapsulates the return value of a function. ICorDebugILFrame3 is a logical extension of the ICorDebugILFrame and ICorDebugILFrame2 interfaces.

Methods

Method Description
GetReturnValueForILOffset Method Gets an ICorDebugValue object that encapsulates the return value of a function.

Remarks

Note

This interface does not support being called remotely, either cross-machine or cross-process.

Requirements

Platforms: See System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: Available since 4.5.1

See also