Summary
Command supports switch -v (Create Volumes).
The Switch is SwitchVolumeCollection
.
The Builder is SwitchVolumeBuilder
.
- Namespace
- Cake
.SevenZip .Switches - Interfaces
- Implementing Types
graph BT
Type-.->Interface0["ISupportSwitch"]
click Interface0 "/Cake.7zip/api/Cake.SevenZip.Switches/ISupportSwitch"
Type["ISupportSwitchVolume"]
class Type type-node
Implementing0["AddCommand"]-.->Type
click Implementing0 "/Cake.7zip/api/Cake.SevenZip.Commands/AddCommand"
Syntax
public interface ISupportSwitchVolume : ISupportSwitch
Properties
Name | Value | Summary |
---|---|---|
Volumes | Switch |
Gets or sets the SwitchVolumeCollection.
|