Summary
Command supports switch -sfx (Create SFX archive).
    The Switch is SwitchSelfExtractingArchive.
    
    The Builder is SwitchSelfExtractingArchiveBuilder.
    
- Namespace
 - Cake
.SevenZip .Switches  - Interfaces
 - Implementing Types
 
							graph BT
	Type-.->Interface0["ISupportSwitch"]
	click Interface0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitch"
	Type["ISupportSwitchSelfExtractingArchive"]
class Type type-node
	Implementing0["DeleteCommand"]-.->Type
	click Implementing0 "/Cake.7zip/api/Cake.SevenZip.Commands/DeleteCommand"
	Implementing1["UpdateCommand"]-.->Type
	click Implementing1 "/Cake.7zip/api/Cake.SevenZip.Commands/UpdateCommand"
	Implementing2["AddCommand"]-.->Type
	click Implementing2 "/Cake.7zip/api/Cake.SevenZip.Commands/AddCommand"
						
					Syntax
public interface ISupportSwitchSelfExtractingArchive : ISupportSwitch
			Properties
| Name | Value | Summary | 
|---|---|---|
| Self | 
								Switch | 
								
									 
    Gets or sets the SwitchSelfExtractingArchive.
     
								 |