ICorDebugFrame Interface

Represents a frame on the current stack.

Methods

Method

Description

ICorDebugFrame::CreateStepper Method

Gets an ICorDebugStepper to perform stepping operations relative to this ICorDebugFrame.

ICorDebugFrame::GetCallee Method

Gets a pointer to the ICorDebugFrame in the current chain that this frame called, or returns null if this is the innermost frame in the chain.

ICorDebugFrame::GetCaller Method

Gets a pointer to the ICorDebugFrame in the current chain that called this frame, or returns null if this is the outermost frame in the chain.

ICorDebugFrame::GetChain Method

Gets a pointer to the ICorDebugChain this ICorDebugFrame is a part of.

ICorDebugFrame::GetCode Method

Gets a pointer to the ICorDebugCode associated with this stack frame.

ICorDebugFrame::GetFunction Method

Gets a pointer to the ICorDebugFunction that contains the code associated with this stack frame.

ICorDebugFrame::GetFunctionToken Method

Gets the metadata token for the function that contains the code associated with this stack frame.

ICorDebugFrame::GetStackRange Method

Gets the absolute address range of the stack frame represented by this ICorDebugFrame.

Remarks

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

See Also

Other Resources

Debugging Interfaces