ArchiveIntegrityCheckResult Class
Namespace: Rebex.IO.Compression
Assembly: Rebex.Zip.dll (version 7.0.9448)
Represent result of the CheckIntegrity() method.
Syntax
public class ArchiveIntegrityCheckResult
Inherited Members
Properties
| Name | Description |
|---|---|
| Status | Gets a ArchiveIntegrityCheckStatus value describing the status of the integrity check. |
| Success | Gets a value indicating whether the integrity check passed. |
Methods
| Name | Description |
|---|---|
| ToString() | Returns a string representation of the current ArchiveIntegrityCheckResult. |