IArchiveTestOutput Interface
The parsed output of individual archives the TestCommand.
graph BT Type["IArchiveTestOutput"] class Type type-node

Syntax

public interface IArchiveTestOutput

Properties

Name Property Type Summary
FileName string
Gets the filename of the archive.
IsOk bool
Gets a value indicating whether the test for this archive was OK.
Output string
Gets the output.

See Also