Click or drag to resize

SafeNativeMemoryIsInvalid Property

When overridden in a derived class, gets a value indicating whether the handle value is invalid.

Namespace:  TomsToolbox.Desktop
Assembly:  TomsToolbox.Desktop (in TomsToolbox.Desktop.dll)
Syntax
public override bool IsInvalid { get; }

Return Value

Type: Boolean
true if the handle value is invalid; otherwise, false.
See Also