ICorDebugILFrame Interface
Represents a stack frame of Microsoft intermediate language (MSIL) code.
Methods
Method |
Description |
---|---|
Gets a value that indicates whether it is safe to set the instruction pointer to the specified offset location. |
|
Gets an enumerator for the arguments in this frame. |
|
Gets an enumerator for the local variables in this frame. |
|
Gets the value of the specified argument in this MSIL stack frame. |
|
Gets the value of the instruction pointer and a bitwise combination value that describes how the value of the instruction pointer was obtained. |
|
Gets the value of the specified local variable in this MSIL stack frame. |
|
Not implemented. |
|
Not implemented. |
|
Sets the instruction pointer to the specified offset location in the MSIL code. |
Remarks
The ICorDebugILFrame interface is a specialized ICorDebugFrame interface. It is used either for MSIL code frames or for just-in-time (JIT) compiled frames. The JIT-compiled frames implement both the ICorDebugILFrame interface and the ICorDebugNativeFrame interface.
Note
This interface does not support being called remotely, either cross-machine or cross-process.
Requirements
Platforms: See .NET Framework System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0, 1.1, 1.0