The ZipArchive type exposes the following members.

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkComment
Gets or sets the comment for the whole ZIP archive.
Public propertySupported by the .NET Compact FrameworkCompressionLevel
Gets or sets the compression level to be used by Add(String) and AddFile(String) methods. Possible values are 0-9, where 0 means no compression (fastest) and 9 means best compression (slowest). 6 (medium compression and speed) is a default value.
Public propertySupported by the .NET Compact FrameworkCompressionMethod
Gets or sets the compression method to be used by Add(String) and AddFile(String) methods.
Public propertyStatic memberSupported by the .NET Compact FrameworkDefaultLogWriter
Gets or sets a default log writer used by all new instances of ZipArchive object.
Public propertySupported by the .NET Compact FrameworkEncryptionAlgorithm
Gets or sets the encryption algorithm to be used by Add(String) and AddFile(String) methods.
Public propertySupported by the .NET Compact FrameworkFilePath
Gets an absolute path to the ZIP archive file or a null reference (Nothing in Visual Basic) if the path is not available.
Public propertyStatic memberSupported by the .NET Compact FrameworkForceManagedAes Obsolete.
Public propertySupported by the .NET Compact FrameworkIsBusy
Gets a value indicating whether there is any asynchronous operation on the current object in progress.
Public propertySupported by the .NET Compact FrameworkIsDisposed
Gets a value indicating whether the ZipArchive object is disposed.
Public propertySupported by the .NET Compact FrameworkIsReadOnly
Gets a value indicating whether the ZIP archive is only open for reading.
Public propertySupported by the .NET Compact FrameworkItem
Gets the ZipItem object that represents the specified path.
Public propertySupported by the .NET Compact FrameworkLogWriter
Gets or sets the logger used by this object.
Public propertySupported by the .NET Compact FrameworkOptions
Gets the archive options object.
Public propertySupported by the .NET Compact FrameworkPassword
Gets or sets a password. Null reference (Nothing in Visual Basic) means don't encrypt newly added files.
Public propertySupported by the .NET Compact FrameworkSaveMode
Gets or sets a save mode, which determines when changes are saved to the underlying stream.

See Also