This topic has not yet been rated - Rate this topic

ICorDebugILFrame::EnumerateArguments Method

Gets an enumerator for the arguments in this frame.


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

Parameters

ppValueEnum

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

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.

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

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Version: 2.0, 1.1, 1.0

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.