Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Provides an enumerator to the local variables and arguments in a function.
Methods
| Method | Description |
|---|---|
| Next Method | Gets the specified number of ICorDebugVariableHome instances that contain information about the local variables and arguments in a function. |
Remarks
The ICorDebugVariableHomeEnum interface implements the ICorDebugEnum interface.
An ICorDebugVariableHomeEnum instance is populated with ICorDebugVariableHome instances by calling the ICorDebugCode4::EnumerateVariableHomes method. Each ICorDebugVariableHome instance in the collection represents a local variable or argument in a function. The ICorDebugVariableHome objects in the collection can be enumerated by calling the ICorDebugVariableHomeEnum::Next method.
Requirements
Platforms: See .NET supported operating systems.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET versions: Available since .NET Framework 4.6.2