ExcelDnaPackSettingsExtensions Class

Summary

Extensions for ExcelDnaPackSettings.
Assembly
Cake.ExcelDnaPack.dll
Namespace
Cake.ExcelDnaPack
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["ExcelDnaPackSettingsExtensions"] class Type type-node

Syntax

public static class ExcelDnaPackSettingsExtensions

Methods

Name Value Summary
NoCompression(ExcelDnaPackSettings) ExcelDnaPackSettings
Disable compression (LZMA) of resources
static
NoMultiThreading(ExcelDnaPackSettings) ExcelDnaPackSettings
Disable multi-threading to ensure deterministic order of packing
static
PromptBeforeOverwrite(ExcelDnaPackSettings) ExcelDnaPackSettings
Enable interactive prompt to overwrite the output .xll file, if it already exists.
static
SetDnaFilePath(ExcelDnaPackSettings, FilePath) ExcelDnaPackSettings
Set the path to the primary .dna file for the Excel-DNA add-in
static
SetOutputXllFilePath(ExcelDnaPackSettings, FilePath) ExcelDnaPackSettings
Set the output path for the packed .xll file. Default is DnaFilePath-packed.xll.
static

Extension Methods

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