ICorDebugInternalFrame Interface
Represents a runtime-internal frame on the stack.
interface ICorDebugInternalFrame : ICorDebugFrame {
HRESULT GetFrameType (
[out] CorDebugInternalFrameType *pType
);
};
Methods
Method |
Description |
---|---|
Gets the type of this internal frame. |
Requirements
Platforms: See .NET Framework System Requirements.
Header: CorDebug.idl
Library: CorGuids.lib
.NET Framework Versions: 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0
See Also
Reference
CorDebugInternalFrameType Enumeration