ZipArchive Constructor

Include Protected Members
Include Inherited Members

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method ZipArchive(Stream) Initializes a new instance of ZipArchive on the given stream for reading.
Public method ZipArchive(String) Opens a ZipArchive on the specified path for reading. The specified file is opened by using FileMode.Open.
Public method ZipArchive(Stream, ZipArchiveMode) Initializes a new instance of ZipArchive on the given stream in the specified mode.
Public method ZipArchive(String, ZipArchiveMode) Opens a ZipArchive on the specified path in the specified ZipArchiveMode mode.
Public method ZipArchive(Stream, ZipArchiveMode, Boolean) Initializes a new instance of ZipArchive on the given stream in the specified mode, specifying whether to leave the stream open.

Top

See Also

Reference

ZipArchive Class

Microsoft.TeamFoundation.Framework.Server Namespace