ICorDebugDebugEvent::GetThread 方法

取得發生事件的執行緒。

語法

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

參數

ppThread
[out] 代表發生事件的執行緒之 ICorDebugThread 物件的位址指標。

備註

注意

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

規格需求

平台:請參閱系統需求

標頭:CorDebug.idl、CorDebug.h

程式庫:CorGuids.lib

.NET Framework版本:自 4.6 起提供,.NET Native

另請參閱