DeviceIsDisposed Property

CVB.Net Documentation
Tests if the native handle has already been disposed.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public bool IsDisposed { get; }

Property Value

Type: Boolean
true if this object has beed disposed; false if not.

Implements

INativeHandleIsDisposed
See Also

Reference