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 Constructor

.NET Framework (current version)
 

Initializes a new instance of the ZipArchive class.

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

NameDescription
System_CAPS_pubmethodZipArchive(Stream^)

Initializes a new instance of the ZipArchive class from the specified stream.

System_CAPS_pubmethodZipArchive(Stream^, ZipArchiveMode)

Initializes a new instance of the ZipArchive class from the specified stream and with the specified mode.

System_CAPS_pubmethodZipArchive(Stream^, ZipArchiveMode, Boolean)

Initializes a new instance of the ZipArchive class on the specified stream for the specified mode, and optionally leaves the stream open.

System_CAPS_pubmethodZipArchive(Stream^, ZipArchiveMode, Boolean, Encoding^)

Initializes a new instance of the ZipArchive class on the specified stream for the specified mode, uses the specified encoding for entry names, and optionally leaves the stream open.

Return to top
Show:
© 2017 Microsoft