Edit

Share via


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 .NET supported operating systems.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET versions: Available since .NET Framework 4.5.1

See also