DkmDataContainer.IsUnloaded Property

Definition

Returns true if a 'unloaded' event has been raised for this object (example: DkmThread::Unload is called) or if the object has been closed. Note that care must be used when checking this status as, without synchronization, the returned status may no longer be accurate the instruction after it is read.

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

Property Value

Returns Boolean.

Applies to