ICorDebugDebugEvent::GetEventKind 方法

指示此 ICorDebugDebugEvent 对象表示的事件类型。

Syntax

HRESULT GetEventKind(
    [out]CorDebugDebugEventKind *pDebugEventKind
);

参数

pDebugEventKind A 指向 CorDebugDebugDebugEventKind 枚举成员的指针,该成员指示事件的类型。

注解

根据值 pDebugEventKind,可以调用 QueryInterface 以获取具有其他数据的更精确的调试事件接口。

注释

此方法仅适用于 .NET Native。

要求

平台: 请参阅 .NET 支持的作系统

页眉: CorDebug.idl、CorDebug.h

图书馆: CorGuids.lib

.NET 版本: 自 .NET Framework 4.6 起可用

另请参阅