Xceed .NET Libraries Documentation
ZipArchive Class
Members 


Xceed.Zip Assembly > Xceed.Zip Namespace : ZipArchive Class
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
   Implements Xceed.FileSystem.IBatchUpdateable 
'Usage
 
Dim instance As ZipArchive
public class ZipArchive : ZippedFolder, Xceed.FileSystem.IBatchUpdateable  
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

Reference

ZipArchive Members
Xceed.Zip Namespace