Edit

Share via


ICorDebugFrame::GetCode Method

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

Syntax

HRESULT GetCode (
    [out] ICorDebugCode      **ppCode
);

Parameters

ppCode [out] A pointer to the address of an ICorDebugCode object that represents the code associated with this frame.

Requirements

Platforms: See .NET supported operating systems.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET versions: Available since .NET Framework 1.0