Click or drag to resize
ZipProvider Methods

The ZipProvider type exposes the following members.

Methods
  NameDescription
Public methodAddDirectory(String)
Adds directory to archive.
Public methodAddDirectory(String, Boolean)
Adds directory to archive.
Public methodAddFile
Adds file to archive.
Public methodAddFileFromStream
Adds the file from the given stream to the archive.
Public methodDispose
Disposes managed and unmanaged resources.
Protected methodDispose(Boolean)
Disposes managed and unmanaged resources.
Public methodExtract
Extraxts entry from archive.
Public methodExtractAll(String)
Extracts all entries of the specific archive.
Public methodExtractAll(String, Boolean)
Extracts all entries of the specific archive.
Protected methodFinalize
Destructor.
(Overrides ObjectFinalize.)
Public methodGetEnumerator
Gets the enumerator.
Public methodStatic memberRead(String)
Reades specific archive.
Public methodStatic memberRead(String, Boolean)
Reades specific archive.
Public methodSave
Saves created archive.
Top
Extension Methods
See Also