MobileForms Toolkit Documentation

ZipArchive Constructor

Initializes a new instance of the ZipArchive class with the specified path, creation mode, and sharing permission.

Overload List

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

public ZipArchive(Stream);

Initializes a new instance of the ZipArchive class with the specified path, creation mode, and sharing permission.

public ZipArchive(string,ZipArchiveMode,FileShare);

See Also

ZipArchive Class | Resco.IO.Zip Namespace