Share via


ICorDebugChain::EnumerateFrames Method

Gets an enumerator that contains all the managed stack frames in the chain, starting with the most recent frame.

HRESULT EnumerateFrames (
    [out] ICorDebugFrameEnum **ppFrames
);

Parameters

Remarks

The chain represents the physical call stack for the thread.

The EnumerateFrames method should be called only for managed chains. The Debugging (Unmanaged API Reference) API does not provide methods for obtaining frames contained in unmanaged chains. The debugger must use other means to obtain this information.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Version: 2.0, 1.1, 1.0

See Also

Reference

ICorDebugChain Interface