Summary
The Tool-Runner for 7zip.
- Namespace
- Cake
.SevenZip - Base Types
-
- Tool
<SevenZipSettings>
- Tool
graph BT
Type-->Base0["Tool<SevenZipSettings>"]
Type["SevenZipRunner"]
class Type type-node
Syntax
public sealed class SevenZipRunner : Tool<SevenZipSettings>
Constructors
| Name | Summary |
|---|---|
| SevenZipRunner |
Initializes a new instance of the SevenZipRunner class.
|
Methods
| Name | Value | Summary |
|---|---|---|
| Get |
IEnumerable |
|
| Get |
IEnumerable |
|
| GetToolName |
string | |
| Run |
void |
Runs the specified settings.
|
See Also
- Tool