Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.22 KB

icordebugcodeenum-interface.md

File metadata and controls

46 lines (34 loc) · 1.22 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: ICorDebugCodeEnum Interface
ICorDebugCodeEnum Interface
03/30/2017
ICorDebugCodeEnum
mscordbi.dll
COM
ICorDebugCodeEnum
ICorDebugCodeEnum interface [.NET Framework debugging]
b5589171-a4a0-4c00-bbdc-6e0a42233b75
apiref

ICorDebugCodeEnum Interface

Implements "ICorDebugEnum" methods, and enumerates "ICorDebugCode" arrays.

Methods

Method Description
Next Method Gets the specified number of ICorDebugCode instances from the enumeration, starting at the current position.

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_v20plus]

See also