Show / Hide Table of Contents

Enum TestOperation

The operation in progress reported by a ZipTestResultHandler during testing.

Namespace: ICSharpCode.SharpZipLib.Zip
Assembly: ICSharpCode.SharpZipLib.dll
Syntax
public enum TestOperation

Fields

Name Description
Complete

Testing is complete

EntryComplete

Testing an individual entry has completed.

EntryData

Testing an individual entries data

EntryHeader

Testing an individual entries header

Initialising

Setting up testing.

MiscellaneousTests

Running miscellaneous tests

See Also
TestArchive(Boolean)
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2000-2022 SharpZipLib Contributors