IInformationOutput Interface

Summary

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

Syntax

public interface IInformationOutput : IOutput

Properties

Name Value Summary
Codecs IEnumerable<string>
Gets the codecs.
Formats IEnumerable<string>
Gets the formats.
Hashers IEnumerable<string>
Gets the hashers.
Libs IEnumerable<string>
Gets the libs.
GitHub Discussion