Namespace SharpSevenZip
Classes
SharpSevenZipArchiveFormat
Check the format of archives.
SharpSevenZipBase
SharpSevenZip Extractor/Compressor base class. Implements Password string, ReportErrors flag.
SharpSevenZipCompressor
Class to pack data into archives supported by 7-Zip.
SharpSevenZipExtractor
Class to unpack data from archives supported by 7-Zip.
SharpSevenZipSfx
The class for making 7-zip based self-extracting archives.
StreamWithAttributes
Structs
ArchiveFileInfo
Struct for storing information about files in the 7-zip archive.
ArchiveProperty
Archive property struct.
Interfaces
ICancellable
The definition of the interface which supports the cancellation of a process.
Enums
CompressionLevel
Compression level enumeration
CompressionMethod
Compression method enumeration.
CompressionMode
Archive compression mode.
EventSynchronizationStrategy
The way of the event synchronization.
InArchiveFormat
Readable archive format enumeration.
LibraryFeature
The set of features supported by the library.
OperationResult
Stores operation result values
OutArchiveFormat
Writable archive format enumeration.
SfxModule
Sfx module choice enumeration
ZipEncryptionMethod
Zip encryption method enum.
Delegates
ExtractFileCallback
Callback delegate for ExtractFiles(ExtractFileCallback).