Represents an item (file or directory) within a ZIP archive.

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

Syntax

Visual Basic
Public Class ZipItem _
	Inherits ArchiveItem
C#
public class ZipItem : ArchiveItem

Inheritance Hierarchy

System..::..Object
  Rebex.IO..::..FileSystemItem
    Rebex.IO.Compression..::..ArchiveItem
      Rebex.IO.Compression..::..ZipItem

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also