ICorDebugAppDomain::IsAttached 方法
取得值,這個值表示調試程式是否附加至應用程式域。
語法
HRESULT IsAttached (
[out] BOOL *pbAttached
);
參數
pbAttached
[out] true
如果除錯程式附加至應用程式域,則為 ;否則為 false
。
備註
除非調試程式附加至應用程式域,否則無法使用 ICorDebugController 方法。
需求
平台:請參閱系統需求。
標頭:CorDebug.idl、CorDebug.h
程式庫:CorGuids.lib
.NET Framework 版本: 自 1.0 起提供