ArgumentArchiveBuilder Class

Summary

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

Syntax

public static class ArgumentArchiveBuilder

Methods

Name Value Summary
WithArchive<T>(T, FilePath) T
fluent setter for Archive.
static

Extension Methods

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

See Also