Method Dispose
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()Dispose(bool)
Releases unmanaged and - optionally - managed resources.
protected virtual void Dispose(bool disposing)Parameters
- disposingbool
- trueto release both managed and unmanaged resources;- falseto release only unmanaged resources.