Property IsDisposed
- Namespace
 - DotNetBrowser
 
- Assembly
 - DotNetBrowser.dll
 
IsDisposed
Indicates if the object is already disposed.
bool IsDisposed { get; }
Property Value
- bool
 trueif the object is already disposed and no longer access to the members allowed. The access attempt may cause ObjectDisposedException or an unexpected behaviour.