[]
Base class for a IDisposable class.
public abstract class DisposeBase : IDisposable
Name | Description |
---|---|
DisposeBase() |
Name | Description |
---|---|
IsDisposed | Gets a value indicating whether this instance is disposed. |
Name | Description |
---|---|
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Dispose(bool) | Clean up any resources being used. |
~DisposeBase() | Releases unmanaged resources and performs other cleanup operations before the DisposeBase is reclaimed by garbage collection. |
Name | Description |
---|---|
Disposed | Occurs when this instance is fully disposed. |
Disposing | Occurs when this instance is starting to be disposed. |