Click or drag to resize

ZipArchiveAsProjectArchive(Stream, ZipArchiveMode, Boolean, IProjectArchiveManager) Constructor

Initializes a new instance of the ZipArchiveAsProjectArchive class.

Namespace: Altaxo.Main.Services.Files
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ZipArchiveAsProjectArchive(
	Stream stream,
	ZipArchiveMode mode,
	bool leaveOpen,
	IProjectArchiveManager? archiveManager
)

Parameters

stream  Stream
The archive stream.
mode  ZipArchiveMode
The mode in which to create the Zip archive.
leaveOpen  Boolean
If true, the stream will be left open, even if this instance is disposed.
archiveManager  IProjectArchiveManager
The archive manager managing this archive.
Exceptions
ExceptionCondition
ArgumentNullExceptionzipArchive
See Also