Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.31 KB

icordebugilframe2-interface.md

File metadata and controls

47 lines (35 loc) · 1.31 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: ICorDebugILFrame2 Interface
ICorDebugILFrame2 Interface
03/30/2017
ICorDebugILFrame2
mscordbi.dll
COM
ICorDebugILFrame2
ICorDebugILFrame2 interface [.NET Framework debugging]
f94b9d53-d8f8-4424-a95e-53a1bfd26e4a
apiref

ICorDebugILFrame2 Interface

A logical extension of the ICorDebugILFrame interface.

Methods

Method Description
EnumerateTypeParameters Method Gets an ICorDebugTypeEnum object that contains the xref:System.Type parameters in this frame.
RemapFunction Method Remaps an edited function by specifying the new CIL offset.

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