Current operation. The specific operation step is specified by ArchiveOperationStep.

Namespace:  Rebex.IO.Compression
Assembly:  Rebex.Zip (in Rebex.Zip.dll)

Syntax

Visual Basic
Public Enumeration ArchiveOperation
C#
public enum ArchiveOperation

Members

Member nameDescription
Supported by the .NET Compact FrameworkNone
No operation is in progress.
Supported by the .NET Compact FrameworkAdd
Compressing data using the Add method.
Supported by the .NET Compact FrameworkExtract
Decompressing data using the Extract method.
Supported by the .NET Compact FrameworkDelete
Deleting data.
Supported by the .NET Compact FrameworkSave
Saving archive.
Supported by the .NET Compact FrameworkClose
Closing archive.
Supported by the .NET Compact FrameworkGetItems
Getting items.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also