Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.29 KB

icordebugcode4-interface.md

File metadata and controls

47 lines (35 loc) · 1.29 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: ICorDebugCode4 Interface
ICorDebugCode4 Interface
03/30/2017
ICorDebugCode4
mscordbi.dll
COM
ICorDebugCode4
ICorDebugCode4 interface [.NET Framework debugging]
a3fdf523-274a-449c-920b-9fcb0aed1d97
apiref

ICorDebugCode4 Interface

Provides a method that enables a debugger to enumerate the local variables and arguments in a function.

Methods

Method Description
EnumerateVariableHomes Method Gets an enumerator to the local variables and arguments in a function.

Remarks

Note

This interface does not support being called remotely, either cross-machine or cross-process.

Requirements

Platforms: See System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: [!INCLUDEnet_current_v462plus]

See also