共用方式為


ICorConfiguration::SetDebuggerThreadControl 方法

設定回呼介面,封鎖及解除封鎖 Common Language Runtime (CLR) 執行緒以進行偵錯時,偵錯服務將呼叫此回呼。

HRESULT SetDebuggerThreadControl (
    [in] IDebuggerThreadControl* pDebuggerThreadControl
);

參數

  • pDebuggerThreadControl
    [in] IDebuggerThreadControl 物件的指標,這個物件會告知主應用程式,偵錯服務已封鎖執行緒以及解除封鎖。

需求

**平台:**請參閱 .NET Framework 系統需求

**標頭:**MSCorEE.h

程式庫:包含做為 MSCorEE.dll 中的資源

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

請參閱

參考

ICorConfiguration 介面