Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 1.12 KB

icordebugframe-getcode-method.md

File metadata and controls

45 lines (35 loc) · 1.12 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: ICorDebugFrame::GetCode Method
ICorDebugFrame::GetCode Method
03/30/2017
ICorDebugFrame.GetCode
mscordbi.dll
COM
ICorDebugFrame::GetCode
GetCode method, ICorDebugFrame interface [.NET Framework debugging]
ICorDebugFrame::GetCode method [.NET Framework debugging]
fbaa0794-a031-4015-8beb-2749e47ac340
apiref

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 System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: [!INCLUDEnet_current_v10plus]