Represents an entry in a zip file, and exposes information including the entry name, compressed and uncompressed sizes, date, checksum, etc.

Namespace:  C1.C1Zip
Assembly:  C1.Silverlight.Zip (in C1.Silverlight.Zip.dll)

Syntax

C#
public class C1ZipEntry
Visual Basic
Public Class C1ZipEntry

Inheritance Hierarchy

System..::..Object
  C1.C1Zip..::..C1ZipEntry

See Also