SwitchVolumeBuilder Class

Summary

Extensions for all Builders that support ISupportSwitchVolume.
Assembly
Cake.7zip.dll
Namespace
Cake.SevenZip.Builder
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["SwitchVolumeBuilder"] class Type type-node

Syntax

public static class SwitchVolumeBuilder

Methods

Name Value Summary
WithVolume<T>(T, int, VolumeUnit) T
fluent setter for ISupportSwitchVolume.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin

See Also