ICorDebugVariableHomeEnum Interface

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 System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: Available since 4.6.2

See also