Interface IAutoDisposable
Represents the object which can be disposed by itself (without the explicit Dispose method call).
Namespace: DotNetBrowser
Assembly: DotNetBrowser.dll
Syntax
public interface IAutoDisposable
Properties
Name | Description |
---|---|
IsDisposed | Indicates if the object is already disposed. |
Events
Name | Description |
---|---|
Disposed | Occurs when the object has been disposed. |