Summary
Command supports switch -an (Disable parsing of archive_name).
The Switch is SwitchDisableParsingOfArchiveName
.
The Builder is SwitchDisableParsingOfArchiveNameBuilder
.
- Namespace
- Cake
.SevenZip .Switches - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["ISupportSwitch"]
click Interface0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitch"
Type["ISupportSwitchDisableParsingOfArchiveName"]
class Type type-node
Implementing0["TestCommand"]-.->Type
click Implementing0 "/Cake.7zip/api/Cake.SevenZip.Commands/TestCommand"
Implementing1["ListCommand"]-.->Type
click Implementing1 "/Cake.7zip/api/Cake.SevenZip.Commands/ListCommand"
Implementing2["ExtractCommand"]-.->Type
click Implementing2 "/Cake.7zip/api/Cake.SevenZip.Commands/ExtractCommand"
Syntax
public interface ISupportSwitchDisableParsingOfArchiveName : ISupportSwitch
Properties
Name | Value | Summary |
---|---|---|
Disable |
Switch |
Gets or sets the SwitchDisableParsingOfArchiveName.
|