ICorDebugAppDomain::IsAttached 方法

获取一个指示调试器是否已附加到应用程序域的值。

HRESULT IsAttached (
    [out] BOOL  *pbAttached
);

参数

  • pbAttached
    [out] 如果调试器附加到应用程序域,则为 true,否则为 false。

备注

在调试器附加到应用程序域之前,不能使用 ICorDebugController 方法。

要求

**平台:**请参见 .NET Framework 系统要求

头文件: CorDebug.idl、CorDebug.h

**库:**CorGuids.lib

**.NET Framework 版本:**4、3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0、1.1、1.0

请参见

参考

ICorDebugAppDomain 接口