The ZipArchiveOptions type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkActionOnLinks Obsolete.
Public propertySupported by the .NET Compact FrameworkCreateDirectoryEntries
Enables or disables automatic creation of directory entries when adding new files to the archive.
Public propertySupported by the .NET Compact FrameworkDeleteUnfinishedFileOnExtractError
Gets or sets a value indicating whether to delete unfinished files when an error occurred during extract.
Public propertySupported by the .NET Compact FrameworkChecksumVerificationMode
Specifies when to perform checksum verification.
Public propertySupported by the .NET Compact FrameworkMaxPasswordRetryCount
Gets or sets the maximal count of failed attempts to set a password for one file in the PasswordRequired event. Default value is 5.
Public propertySupported by the .NET Compact FrameworkMultiFileLinkMode
Gets or sets the default processing mode of detected links in multi-file operations.
Public propertySupported by the .NET Compact FrameworkMultiFileMoveMode
Gets or sets the default move behavior in multi-file operations.
Public propertySupported by the .NET Compact FrameworkPasswordEncoding
Gets or sets the encoding used to derive bytes from password when encrypting a file.
Public propertySupported by the .NET Compact FrameworkRestoreDateTime
Gets or sets a value that indicates which date/time is restored after files are extracted.
Public propertySupported by the .NET Compact FrameworkRestoreFileAttributes
Enables or disables restoring of the file attributes after files are extracted (such as: ReadOnly, Archived, Hidden).
Public propertySupported by the .NET Compact FrameworkRestoreFileDates Obsolete.
Public propertySupported by the .NET Compact FrameworkUnsupportedFeatureExtractMode
Gets or sets the behavior of extract on files with unsupported feature (such as unknown encryption algorithm or when the item is neither file nor directory).
Public propertySupported by the .NET Compact FrameworkZip64Mode
Gets or sets a value indicating whether to use 64-bit ZIP mode (compatible with ZIP64(tm)) when adding new files to the archive.

See Also