Overload | Description |
---|---|
Dispose() | Provides correct cleanup of resources in the base class and its derived classes. |
Dispose(Boolean) | Provides correct cleanup of resources in the base class and its derived classes, specifying whether this method was called by another method such as Close or Dispose, or by the finalizer. |