ISupportSwitchSelfExtractingArchive Interface

Summary

Command supports switch -sfx (Create SFX archive).

The Switch is SwitchSelfExtractingArchive.

The Builder is SwitchSelfExtractingArchiveBuilder.

graph BT Type-.->Interface0["ISupportSwitch"] click Interface0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitch" Type["ISupportSwitchSelfExtractingArchive"] class Type type-node Implementing0["UpdateCommand"]-.->Type click Implementing0 "/Cake.7zip/api/Cake.SevenZip.Commands/UpdateCommand" Implementing1["AddCommand"]-.->Type click Implementing1 "/Cake.7zip/api/Cake.SevenZip.Commands/AddCommand" Implementing2["DeleteCommand"]-.->Type click Implementing2 "/Cake.7zip/api/Cake.SevenZip.Commands/DeleteCommand"

Syntax

public interface ISupportSwitchSelfExtractingArchive : ISupportSwitch

Properties

Name Value Summary
SelfExtractingArchive SwitchSelfExtractingArchive?
Gets or sets the SwitchSelfExtractingArchive.

See Also

GitHub Discussion