共用方式為


ICorDebugDebugEvent::GetThread 方法

取得發生事件的執行緒。

語法

HRESULT GetThread(
        [out]ICorDebugThread **ppThread
);

參數

ppThread [out] 代表事件發生線程之 ICorDebugThread 物件的地址指標。

備註

注意

這個方法僅適用於 .NET Native。

需求

平台:請參閱系統需求

標頭:CorDebug.idl、CorDebug.h

程式庫:CorGuids.lib

.NET Framework 版本: 僅適用於 4.6、.NET Native

另請參閱