ZipFile Properties
The properties of the ZipFile class are listed below. For a complete list of ZipFile class members, see the ZipFile Members topic.
Public Instance Properties
| Get /set the buffer size to be used when updating this zip file. | |
| Get the number of entries contained in this ZipFile. | |
| Indexer property for ZipEntries | |
| Get a value indicating wether this archive is embedded in another file or not. | |
| Get a value indicating that this archive is a new one. | |
| Get/set a flag indicating if the underlying stream is owned by the ZipFile instance. If the flag is true then the stream will be closed when Close is called. | |
| Get a value indicating an update has been started. | |
| Gets the name of this zip file. | |
| Get / set the INameTransform to apply to names when updating. | |
| Password to be used for encrypting/decrypting files. | |
| Obsolete. Gets the number of entries in this zip file. | |
| Get / set a value indicating how Zip64 Extension usage is determined when adding entries. | |
| Gets the comment for the zip file. |