| IAutoDisposableIsDisposed Property  | 
 
                Indicates if the object is already disposed.
            
 
    Namespace: 
   DotNetBrowser
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
 Syntax
SyntaxProperty 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
See Also