The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ZipArchive::Dispose Method
.NET Framework (current version)
Releases all resources used by the ZipArchive object.
Assembly: System.IO.Compression (in System.IO.Compression.dll)
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases the resources used by the current instance of the ZipArchive class. |
![]() | Dispose(Boolean) | Called by the Dispose() and Finalize() methods to release the unmanaged resources used by the current instance of the ZipArchive class, and optionally finishes writing the archive and releases the managed resources. |
Show:

