DkmDataContainer.IsUnloaded 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.
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.