ICommand Interface

Summary

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

Syntax

public interface ICommand

Methods

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