共用方式為


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

另請參閱