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

Parameters

outputPath
Type: System..::..String
Output path.
forceRecompile
Type: System..::..Boolean
Force recompile.
inMemory
Type: System..::..Boolean

See Also