Represents a ZIP archive and provides methods to work with it.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public Class ZipArchive _
	Implements IDisposable, IEnumerable(Of ZipItem),  _
	IEnumerable
C#
public class ZipArchive : IDisposable, IEnumerable<ZipItem>, 
	IEnumerable

Inheritance Hierarchy

System..::..Object
  Rebex.IO.Compression..::..ZipArchive

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also