หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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