IAutoDisposable Interface | 
 
                Represents the object which can be disposed by itself (without the explicit Dispose method call).
            
 
    Namespace: 
   DotNetBrowser
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.22.1
Syntaxpublic interface IAutoDisposable
The IAutoDisposable type exposes the following members.
Properties| 
								 
							 | Name | Description | 
|---|
  | IsDisposed | 
                Indicates if the object is already disposed.
              | 
Top
Events| 
								 
							 | Name | Description | 
|---|
  | Disposed | 
                Occurs when the object has been disposed.
              | 
Top
See Also