Sdílet prostřednictvím


ICorDebugILFrame::EnumerateArguments – metoda

Získá enumerátor pro argumenty v tomto rámci.

Syntaxe

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

Parametry

ppValueEnum [ven] Ukazatel na adresu ICorDebugValueEnum objektu, který je enumerátorem argumentů v tomto rámci.

Poznámky

EnumerateArguments získá enumerátor, který může vypsat argumenty dostupné v rámci volání, který je reprezentován tímto ICorDebugILFrame objektu. Seznam bude obsahovat argumenty, které jsou vararg (tj. proměnný počet argumentů), stejně jako argumenty, které nejsou vararg.

Požadavky

Platformy: Viz požadavky na systém.

Hlavička: CorDebug.idl, CorDebug.h

Knihovna: CorGuids.lib

Verze rozhraní .NET Framework: Dostupné od verze 1.0