Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
Gets an enumerator for the local variables in this frame.
Syntax
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: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 1.0