Xceed .NET Libraries Documentation
Xceed.Zip Assembly / Xceed.Zip Namespace / ZipArchive Class
Members


In This Topic
    ZipArchive Class
    In This Topic
    Specialization of the ZippedFolder class that represents the root folder in a ZIP file, i.e., the ZIP file itself.
    Syntax
    'Declaration
     
    Public Class ZipArchive 
       Inherits ZippedFolder
    'Usage
     
    Dim instance As ZipArchive
    public class ZipArchive : ZippedFolder 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          Xceed.FileSystem.FileSystemItem
             Xceed.FileSystem.AbstractFolder
                Xceed.Zip.ZippedFolder
                   Xceed.Zip.ZipArchive

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also