IOutput Interface

Summary

General output. Common to all Cake.SevenZip.Parsers.IOutputParser`1s.
graph BT Type["IOutput"] class Type type-node Implementing0["IHashOutput"]-.->Type click Implementing0 "/Cake.7zip/api/Cake.SevenZip.Parsers/IHashOutput" Implementing1["IInformationOutput"]-.->Type click Implementing1 "/Cake.7zip/api/Cake.SevenZip.Parsers/IInformationOutput" Implementing2["IBenchmarkOutput"]-.->Type click Implementing2 "/Cake.7zip/api/Cake.SevenZip.Parsers/IBenchmarkOutput" Implementing3["IListOutput"]-.->Type click Implementing3 "/Cake.7zip/api/Cake.SevenZip.Parsers/IListOutput" Implementing4["ITestOutput"]-.->Type click Implementing4 "/Cake.7zip/api/Cake.SevenZip.Parsers/ITestOutput"

Syntax

public interface IOutput

Properties

Name Value Summary
Information string
Gets the information (version etc.) from 7z.
GitHub Discussion