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

Syntax

C#
public static Task<CompileTemplateResult> CompileFileAsync(
	string filePath,
	string content,
	CancellationToken cancellationToken
)
Visual Basic
Public Shared Function CompileFileAsync ( 
	filePath As String,
	content As String,
	cancellationToken As CancellationToken
) As Task(Of CompileTemplateResult)

Parameters

filePath
Type: System..::..String
content
Type: System..::..String
cancellationToken
Type: System.Threading..::..CancellationToken

Return Value

Type: Task<(Of <(<'CompileTemplateResult>)>)>

See Also