SmartAssemblyAliases.

SmartAssemblyCreate(ICakeContext, FilePath, FilePath, FilePath, SmartAssemblySettings, AssemblyOptionSettings[]) Method

Summary

Creates a new SmartAssembly project.

Syntax

public static void SmartAssemblyCreate(this ICakeContext context, FilePath project, FilePath input, FilePath output, SmartAssemblySettings settings, params AssemblyOptionSettings[] args)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
project FilePath The SmartAssembly project.
input FilePath The input assembly.
output FilePath The output assembly.
settings SmartAssemblySettings The settings.
args AssemblyOptionSettings[] The per-assembly settings.

Return Value

Type Description
void