Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.52 KB

icordebugilframe-enumeratearguments-method.md

File metadata and controls

49 lines (37 loc) · 1.52 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: ICorDebugILFrame::EnumerateArguments Method
ICorDebugILFrame::EnumerateArguments Method
03/30/2017
ICorDebugILFrame.EnumerateArguments
mscordbi.dll
COM
ICorDebugILFrame::EnumerateArguments
ICorDebugILFrame::EnumerateArguments method [.NET Framework debugging]
EnumerateArguments method [.NET Framework debugging]
00ac81e2-a774-422a-bd88-54a4b3c99f73
apiref

ICorDebugILFrame::EnumerateArguments Method

Gets an enumerator for the arguments in this frame.

Syntax

HRESULT EnumerateArguments (  
    [out] ICorDebugValueEnum    **ppValueEnum  
);  

Parameters

ppValueEnum
[out] A pointer to the address of an ICorDebugValueEnum object that is the enumerator for the arguments in this frame.

Remarks

EnumerateArguments gets an enumerator that can list the arguments available in the call frame that is represented by this ICorDebugILFrame object. The list will include arguments that are vararg (that is, a variable number of arguments) as well as arguments that are not vararg.

Requirements

Platforms: See System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: [!INCLUDEnet_current_v10plus]