| Name | Description |
 | Abort | Aborts the current operation. |
 | Add | Overloaded. Adds an item or items to the archive. |
 | BeginQuickUnzip | Overloaded. Asynchronously open and decompress a zip archive. |
 | BeginQuickZip | Overloaded. Asynchronously add files and create a zip archive. |
 | BeginUnzip | Asynchronously decompress the items in a zip archive that have been opened. |
 | BeginZip | Overloaded. Asynchronously compress the items in the current collection and generate a zip archive written to a Stream. |
 | Clear |
Removes all elements from the ArrayList.
|
 | CopyTo |
Copies the entire ArrayList to a compatible one-dimensional Array, starting at the specified index of the target array.
|
 | CreateObjRef | (Inherited from System.MarshalByRefObject) |
 | Dispose | Overloaded. Releases all resources associated with the object. |
 | GetEnumerator |
Returns an enumerator for the collection.
|
 | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
 | GetList | Returns an IList that can be bound to a data source from an object that does not implement an IList itself. |
 | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
 | Insert | Overloaded. Inserts one or more items into the collection starting from the specified index. |
 | Open | Overloaded. Opens a compressed archive and populates the collection to reflect the items in the compressed archive. |
 | QuickUnzip | Overloaded. Opens a compressed archive and decompresses it in one step. |
 | QuickZip | Overloaded. Adds a file or files and compresses in one step. |
 | Read |
Reads at least one byte of compressed data from the Archive and copies it into the provided buffer.
|
 | RemoveAt | Removes an element at the specified index from the collection. |
 | RemoveRange |
Removes a range of elements from an ArrayList or collection.
|
 | Reset | Removes the elements in the collection and reset all of the properties of the collection to their defaults. |
 | ToString | (Inherited from System.ComponentModel.Component) |
 | Unzip | Decompresses the items in the current collection to the specified directory |
 | Write |
Writes a sequence of compressed bytes to the Archive and returns when the operation is complete.
|
 | Zip | Overloaded. Compresses the items in the current collection and generates a compressed archive. |