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(
	bool forceRecompile
)
Visual Basic
Public Sub Compile ( 
	forceRecompile As Boolean
)

Parameters

forceRecompile
Type: System..::..Boolean
Force recompile.

See Also