Windows apps
Collapse the table of content
Expand the table of content
Information
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.

Namespace:   System.IO.Compression
Assembly:  System.IO.Compression (in System.IO.Compression.dll)

NameDescription
System_CAPS_pubmethodDispose()

Releases the resources used by the current instance of the ZipArchive class.

System_CAPS_protmethodDispose(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.

Return to top
Show:
© 2017 Microsoft