Share via


ICorDebugILFrame::EnumerateLocalVariables Method

Gets an enumerator for the local variables in this frame.

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

Parameters

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

Remarks

EnumerateLocalVariables gets an enumerator that can list the local variables available in the call frame that is represented by this ICorDebugILFrame object. The list may not include all of the local variables in the running function, because some of them may not be active.

Requirements

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

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Version: 2.0, 1.1, 1.0

See Also

Concepts

ICorDebugILFrame Interface