Summary
fluent setter for
SelfExtractingArchive
.
- Namespace
- Cake
.SevenZip .Builder - Containing Type
- Switch
Self Extracting Archive Builder
Syntax
public static T WithSelfExtractingArchive<T>(this T this, FilePath? module = null)
where T : ISupportSwitchBuilder<ISupportSwitchSelfExtractingArchive>
Type Parameters
Name | Description |
---|---|
T | the builder to support the ISupportSwitchOverwriteMode . |
Parameters
Name | Type | Description |
---|---|---|
this | T | The builder-instance. |
module | FilePath? | The sfx-module to set. If omitted, the default is used. |
Return Value
Type | Description |
---|---|
T | The builder-instance for fluent re-use. |