Generates a CodeSmith Generator Project.

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

Syntax

C#
public void GenerateCodeAsync(
	CodeSmithProject project
)
Visual Basic
Public Sub GenerateCodeAsync ( 
	project As CodeSmithProject
)

Parameters

project
Type: CodeSmith.Engine.Schema..::..CodeSmithProject
The CodeSmith Generator Project file.

Return Value

Type:
true if the CodeSmith Generator Project file (.csp) was generated.

See Also