ISupportSwitchSelfExtractingArchive Interface

Command supports switch -sfx (Create SFX archive).

The Switch is SwitchSelfExtractingArchive.

The Builder is SwitchSelfExtractingArchiveBuilder.

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

Syntax

public interface ISupportSwitchSelfExtractingArchive : ISupportSwitch

Properties

Name Property Type Summary
SelfExtractingArchive SwitchSelfExtractingArchive
Gets or sets the SwitchSelfExtractingArchive.

See Also