ICorConfiguration::SetDebuggerThreadControl 方法

设置调试服务在公共语言运行时 (CLR) 线程被阻止进行调试和被取消阻止调试时要调用的回调接口。

语法

HRESULT SetDebuggerThreadControl (  
    [in] IDebuggerThreadControl* pDebuggerThreadControl  
);  

参数

pDebuggerThreadControl
[in] 指向 IDebuggerThreadControl 对象的指针,该对象向主机通知调试服务对线程的阻塞和解除阻塞行为。

要求

平台:请参阅系统要求

标头:MSCorEE.h

库:作为资源包含在 MSCorEE.dll 中

.NET Framework 版本:自 2.0 起可用

另请参阅