ICorDebugModuleDebugEvent::GetModule 方法

获取刚加载或卸载的合并模块。

语法

HRESULT GetModule(
   [out]ICorDebugModule **ppModule
);

参数

ppModule [out]指向 ICorDebugModule 对象的地址的指针,该对象表示刚刚加载或卸载的合并模块。

注解

可调用 GetEventKind 方法,以确定是否已加载或卸载该模块。

备注

此方法仅适用于 .NET Native。

要求

平台:请参阅系统要求

标头:CorDebug.idl、CorDebug.h

库:CorGuids.lib

.NET Framework 版本:4.6 及更高版本,仅限 .NET Native

请参阅