SwitchSelfExtractingArchiveBuilder.

WithSelfExtractingArchive<T>(T, FilePath) Method

Summary

fluent setter for SelfExtractingArchive.

Syntax

public static T WithSelfExtractingArchive<T>(this T this, FilePath module = null) 
    where T : ISupportSwitchBuilder<ISupportSwitchSelfExtractingArchive>

Attributes

Type Description
NullableContextAttribute

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.