Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.6 KB

icordebugthread3-interface.md

File metadata and controls

50 lines (37 loc) · 1.6 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: ICorDebugThread3 Interface
ICorDebugThread3 Interface
03/30/2017
ICorDebugThread3
mscordbi.dll
COM
ICorDebugThread3
ICorDebugThread3 interface [.NET Framework debugging]
eb2860ef-06cb-4968-a6c3-6d048ecda2a4
apiref

ICorDebugThread3 Interface

Provides the entry point to the ICorDebugStackWalk and corresponding interfaces.

Methods

Method Description
CreateStackWalk Method Creates an ICorDebugStackWalk object for the thread whose stack you want to unwind.
GetActiveInternalFrames Method Returns an array of internal frames (ICorDebugInternalFrame2 objects) on the stack.

Remarks

ICorDebugThread3 is a logical extension to the ICorDebugThread interface.

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

See also