Compiles the specified template and outputs an assembly to the output path.
Namespace: CodeSmith.EngineAssembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)
Syntax
C# |
---|
public void Compile( string outputPath, bool forceRecompile ) |
Visual Basic |
---|
Public Sub Compile ( outputPath As String, forceRecompile As Boolean ) |
Parameters
- outputPath
- Type: System..::..String
Output path.
- forceRecompile
- Type: System..::..Boolean
Force recompile.