Compiles the specified template and outputs an assembly to the output path.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public void Compile(
	string outputPath
)
Visual Basic
Public Sub Compile ( 
	outputPath As String
)

Parameters

outputPath
Type: System..::..String
Output path.

See Also