IDkmModuleInstanceDisabledNotification.OnDisabledChanged Method

Definition

Performs any updates needed when the 'Disabled' state changes.

public:
 void OnDisabledChanged(Microsoft::VisualStudio::Debugger::DkmModuleInstance ^ moduleInstance);
public void OnDisabledChanged (Microsoft.VisualStudio.Debugger.DkmModuleInstance moduleInstance);
abstract member OnDisabledChanged : Microsoft.VisualStudio.Debugger.DkmModuleInstance -> unit
Public Sub OnDisabledChanged (moduleInstance As DkmModuleInstance)

Parameters

moduleInstance
DkmModuleInstance

[In] The Module Instance class represent a code bundle (ex: dll or exe) which is loaded into a particular process at a particular location. Module Instance objects are 1:1 with the execution environment's notion of a code bundle. For example, in native code, Module Instance objects are 1:1 with base address.

Applies to