ICorDebugModuleDebugEvent Interface
Extends the ICorDebugDebugEvent interface to support module-level events.
Methods
Method | Description |
---|---|
GetModule Method | Gets the merged module that was just loaded or unloaded. |
Remarks
The MODULE_LOADED and MODULE_UNLOADED event types implement this interface.
Note
The interface is available with .NET Native only. Attempting to call QueryInterface
to retrieve an interface pointer returns E_NOINTERFACE
for ICorDebug scenarios outside of .NET Native.
Requirements
Platforms: See System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: Available since 4.6, .NET Native only
See also
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.