ICorDebugManagedCallback::CreateThread 方法
通知調試程式線程已開始執行 Managed 程式代碼。
語法
HRESULT CreateThread (
[in] ICorDebugAppDomain *pAppDomain,
[in] ICorDebugThread *thread
);
參數
pAppDomain
[in]ICorDebugAppDomain 物件的指標,代表包含線程的應用程式域。
thread
[in]代表線程之 ICorDebugThread 物件的指標。
備註
線程會放在要執行的第一個 Managed 程式代碼指令。
需求
平台:請參閱系統需求。
標頭:CorDebug.idl、CorDebug.h
程式庫:CorGuids.lib
.NET Framework 版本: 自 1.0 起提供