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 bool GenerateCode(
	CodeSmithProject project
)
Visual Basic
Public Function GenerateCode ( 
	project As CodeSmithProject
) As Boolean

Parameters

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

Return Value

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

See Also