DkmModuleInstance.IsDisabled Property

Definition

Indicates if this module instance has been disabled. Disabled modules are largely ignored by the debugger. For native modules, the address range of the disabled module is treated as if it is unmapped. For CLR modules, any frames from these modules is hidden from the call stack.

public:
 property bool IsDisabled { bool get(); };
public:
 property bool IsDisabled { bool get(); };
public bool IsDisabled { get; }
member this.IsDisabled : bool
Public ReadOnly Property IsDisabled As Boolean

Property Value

Returns Boolean.

Applies to