SevenZipRunner Class

Summary

The Tool-Runner for 7zip.
Namespace
Cake.SevenZip
Base Types
graph BT Type-->Base0["Tool<SevenZipSettings>"] Type["SevenZipRunner"] class Type type-node

Syntax

public sealed class SevenZipRunner : Tool<SevenZipSettings>

Constructors

Methods

Name Value Summary
GetAlternativeToolPaths(SevenZipSettings) IEnumerable<FilePath>
GetToolExecutableNames() IEnumerable<string>
GetToolName() string
Run(SevenZipSettings) void
Runs the specified settings.

See Also

  • Tool
GitHub Discussion