ICorDebugDebugEvent::GetEventKind 方法
指出该 ICorDebugDebugEvent
对象代表的事件类型。
语法
HRESULT GetEventKind(
[out]CorDebugDebugEventKind *pDebugEventKind
);
参数
pDebugEventKind A 指向 CorDebugDebugDebugEventKind 枚举成员的指针,该成员指示事件的类型。
注解
基于 pDebugEventKind
值,可调用 QueryInterface
以获取包含其他数据的精确度更高的调试事件接口。
备注
此方法仅适用于 .NET Native。
要求
平台:请参阅系统要求。
标头:CorDebug.idl、CorDebug.h
库:CorGuids.lib
.NET Framework 版本:4.6 及更高版本,仅限 .NET Native