Share via


ICorDebugAppDomain::IsAttached Method

Gets a value that indicates whether the debugger is attached to the application domain.

HRESULT IsAttached (
    [out] BOOL  *pbAttached
);

Parameters

  • pbAttached
    [out] true if the debugger is attached to the application domain; otherwise, false.

Remarks

The ICorDebugController Interface methods cannot be used until the debugger attaches to the application domain.

Requirements

Platforms: Windows 2000, Windows XP, Windows Server 2003 family

Header: CorDebug.idl

Library: CorGuids.lib

.NET Framework Version: 2.0, 1.1, 1.0

See Also

Reference

ICorDebugAppDomain Interface