| Name | Description |
| Busy |
Returns true if a method is currently in use.
|
| Comment | Gets or sets the comment for the entire collection. |
| CompressionLevel | Gets or sets the compression level for data compression. |
| Container | (Inherited from System.ComponentModel.Component) |
| ContainsListCollection | Gets a value indicating whether the collection is a collection of IList objects. |
| Count | Gets the number of ArchiveItem objects in the archive. |
| DefaultCompressionMethod | Gets or sets the default compression algorithm used for data compression. |
| DefaultEncryption | Gets or sets the encryption algorithm used for the archive. |
| Delimiter | Gets or sets a character to be used as a Delimiter when adding items to an Archive. |
| DestinationDirectory | Gets or sets the default compression algorithm used for data compression. |
| DoEvents |
Gets or sets a value that controls the processing of events during blocking method calls.
|
| Encoding |
Gets or sets the character encoding used for filenames.
|
| ExcludePattern | Gets or sets the files to exclude when using wildcards. |
| Format | Gets the compression format of the archive. |
| IncludeSubs | Gets or sets whether subdirectories are included when using wildcards. |
| IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread-safe). |
| Item | Gets or sets the object at the specified index. |
| Items | Gets an ArrayList containing ArchiveItem objects. |
| MaxMemoryStreamSize | Gets or sets a value (in kilobytes) which determines when buffering to a temporary file is necessary. |
| Overwrite | Gets or sets a value which determines how files are overwritten when decompressing files. |
| Password | Gets or sets the encryption password for the archive. |
| PreservePath | Gets or sets a value which determines if file paths are preserved when compressing or decompressing. |
| ProgressSize | Gets or sets the frequency to raise the Progress event. |
| SelfExtractConfiguration | Gets or sets a SelfExtractConfiguration object, which is used to define the specification of a self-extraction operation. |
| Site | (Inherited from System.ComponentModel.Component) |
| Size | Gets the number of uncompressed bytes by summing the size of all files in the archive. |
| SpanConfiguration | Gets or sets a SpanConfiguration object, which is used to span or split an archive over multiple volumes. |
| SynchronizingObject | Set this object to automatically control thread marshalling between worker threads and the main UI thread. |
| SyncRoot | Gets an object that can be used to synchronize access to the Archive. |
| Tag |
Gets or sets an object reference that can be used to associate this instance with any other.
Gets or sets an object reference that can be used to associate this instance with any other.
|
| TempFileDirectory | Gets or sets a value indicating the directory to store any temporary files created during compression operations. |
| VolumeLabel | Gets or sets the volume label. |