IListOutput Interface

Summary

The parsed Output of the ListCommand.
Namespace
Cake.SevenZip.Parsers
Interfaces
graph BT Type-.->Interface0["IOutput"] click Interface0 "/Cake.7zip/api/Cake.SevenZip.Parsers/IOutput" Type["IListOutput"] class Type type-node

Syntax

public interface IListOutput : IOutput

Properties

Name Value Summary
Archives IEnumerable<IArchiveListOutput>
Gets the files.
CompressedSize long
Gets the size of the compressed.
Size long
Gets the size.
GitHub Discussion