SwitchCompressionMethod Class

-m (Set compression Method) switch.

Specifies the compression method.

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["SwitchCompressionMethod"] class Type type-node

Syntax

public class SwitchCompressionMethod : ISwitch

Properties

Name Property Type Summary
Level int?
Sets the level. parameter: x.
Method string
Sets the method. parameter: m.

Methods

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

See Also