SwitchVolume Class

-v (Create Volumes) switch.

Specifies volume sizes.

Namespace
Cake.SevenZip.Switches
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["ISwitch"] click Interface0 "/cake-test/api/Cake.SevenZip.Switches/ISwitch" Type["SwitchVolume"] class Type type-node

Syntax

public class SwitchVolume : ISwitch

Properties

Name Property Type Summary
Size int
Sets the size.
Unit VolumeUnit
Sets the unit.

Methods

Name Return Value Summary
BuildArguments(ProcessArgumentBuilder) void
Builds the arguments using the builder.

See Also