ICorDebugManagedCallback::CreateThread 方法
更新:2007 年 11 月
告知偵錯工具,執行緒已開始執行 Managed 程式碼。
HRESULT CreateThread (
[in] ICorDebugAppDomain *pAppDomain,
[in] ICorDebugThread *thread
);
參數
pAppDomain
[in] ICorDebugAppDomain 物件的指標,這個物件代表包含執行緒的應用程式定義域。thread
[in] ICorDebugThread 物件的指標,這個物件代表執行緒。
備註
此執行緒會置於要執行的第一個 Managed 程式碼指令上。
需求
**平台:**請參閱 .NET Framework 系統需求。
**標頭:**CorDebug.idl
**程式庫:**CorGuids.lib
**.NET Framework 版本:**3.5 SP1、3.5、3.0 SP1、3.0、2.0 SP1、2.0、1.1、1.0