ICorDebugDebugEvent::GetEventKind 方法

指出這個 ICorDebugDebugEvent 物件所代表的事件類型。

語法

HRESULT GetEventKind(  
    [out]CorDebugDebugEventKind *pDebugEventKind  
);  

參數

pDebugEventKind
CorDebugDebugEventKind 列舉成員的指標,表示事件的類型。

備註

根據 pDebugEventKind 的值,您可以呼叫 QueryInterface 以取得包含其他資料的更精確偵錯事件介面。

注意

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

規格需求

平台:請參閱系統需求

標頭:CorDebug.idl、CorDebug.h

程式庫:CorGuids.lib

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

另請參閱