ZipArchive Constructor (Stream, ZipArchiveMode)
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub New ( _
stream As Stream, _
mode As ZipArchiveMode _
)
public ZipArchive(
Stream stream,
ZipArchiveMode mode
)
public:
ZipArchive(
Stream^ stream,
ZipArchiveMode mode
)
new :
stream:Stream *
mode:ZipArchiveMode -> ZipArchive
public function ZipArchive(
stream : Stream,
mode : ZipArchiveMode
)
Parameters
- stream
Type: System.IO.Stream
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.