IAutoDisposableIsDisposed Property |
Indicates if the object is already disposed.
Namespace:
DotNetBrowser
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.1
Syntax Property Value
Type:
Booleantrue if the object is already disposed and no longer access to the members allowed.
The access attempt may cause
ObjectDisposedException or an unexpected behaviour.
See Also