DkmModuleInstance.IsDisabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.