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

另請參閱