Megosztás a következőn keresztül:


ICorDebugModule::EnableClassLoadCallbacks Method

Controls whether the ICorDebugManagedCallback::LoadClass and ICorDebugManagedCallback::UnloadClass callbacks are called for this module.

HRESULT EnableClassLoadCallbacks(
    [in] BOOL bClassLoadCallbacks
);

Parameters

  • bClassLoadCallbacks
    [in] Set this value to true to enable the common language runtime (CLR) to call the ICorDebugManagedCallback::LoadClass and ICorDebugManagedCallback::UnloadClass methods when their associated events occur.

    The default value is false for non-dynamic modules. The value is always true for dynamic modules and cannot be changed.

Remarks

The ICorDebugManagedCallback::LoadClass and ICorDebugManagedCallback::UnloadClass callbacks are always enabled for dynamic modules and cannot be disabled.

Requirements

Platforms: See .NET Framework System Requirements.

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: 4, 3.5 SP1, 3.5, 3.0 SP1, 3.0, 2.0 SP1, 2.0

See Also

Reference

ICorDebugModule Interface

ICorDebugModule2 Interface