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