共用方式為


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

另請參閱