Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
ZipArchive(Stream) | Initializes a new instance of ZipArchive on the given stream for reading. |
![]() |
ZipArchive(String) | Opens a ZipArchive on the specified path for reading. The specified file is opened with FileMode.Open. |
![]() |
ZipArchive(Stream, ZipArchiveMode) | Initializes a new instance of ZipArchive on the given stream in the specified mode. |
![]() |
ZipArchive(String, ZipArchiveMode) | Opens a ZipArchive on the specified path in the specified ZipArchiveMode mode. |
![]() |
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
.gif)