Overload | Description |
---|---|
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting managed resources. |
Dispose(Boolean) | Performs the actual releasing of managed and unmanaged resources. Most usage should instead call Dispose(), which will call Dispose(true) for you and will suppress redundant finalization. |