ICommand Interface

Summary

Interface for all commands. (E.g. AddCommand).
graph BT Type["ICommand"] class Type type-node Implementing0["ListCommand"]-.->Type click Implementing0 "/Cake.7zip/api/Cake.SevenZip.Commands/ListCommand" Implementing1["ExtractCommand"]-.->Type click Implementing1 "/Cake.7zip/api/Cake.SevenZip.Commands/ExtractCommand" Implementing2["UpdateCommand"]-.->Type click Implementing2 "/Cake.7zip/api/Cake.SevenZip.Commands/UpdateCommand" Implementing3["RenameCommand"]-.->Type click Implementing3 "/Cake.7zip/api/Cake.SevenZip.Commands/RenameCommand" Implementing4["BenchmarkCommand"]-.->Type click Implementing4 "/Cake.7zip/api/Cake.SevenZip.Commands/BenchmarkCommand" Implementing5["HashCommand"]-.->Type click Implementing5 "/Cake.7zip/api/Cake.SevenZip.Commands/HashCommand" Implementing6["AddCommand"]-.->Type click Implementing6 "/Cake.7zip/api/Cake.SevenZip.Commands/AddCommand" Implementing7["TestCommand"]-.->Type click Implementing7 "/Cake.7zip/api/Cake.SevenZip.Commands/TestCommand" Implementing8["BaseOutputCommand<T>"]-.->Type click Implementing8 "/Cake.7zip/api/Cake.SevenZip.Commands/BaseOutputCommand_1" Implementing9["InformationCommand"]-.->Type click Implementing9 "/Cake.7zip/api/Cake.SevenZip.Commands/InformationCommand" Implementing10["DeleteCommand"]-.->Type click Implementing10 "/Cake.7zip/api/Cake.SevenZip.Commands/DeleteCommand"

Syntax

public interface ICommand

Methods

Name Value Summary
BuildArguments(ProcessArgumentBuilder) void
Builds the arguments. Used internally.
GitHub Discussion