Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.14 KB

idebuggerinfo-interface.md

File metadata and controls

42 lines (32 loc) · 1.14 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: IDebuggerInfo Interface
IDebuggerInfo Interface
03/30/2017
IDebuggerInfo
mscoree.dll
COM
IDebuggerInfo
IDebuggerInfo interface [.NET Framework hosting]
9395a8a0-ffb9-475f-8da6-890999ae4bb6
apiref

IDebuggerInfo Interface

Provides methods for obtaining information about the state of the debugging services.

Methods

Method Description
IsDebuggerAttached Method Gets a value that indicates whether a managed debugger is attached to this process.

Requirements

Platforms: See System Requirements.

Header: MSCorEE.h

Library: Included as a resource in MSCorEE.dll

.NET Framework Versions: [!INCLUDEnet_current_v20plus]

See also