Click or drag to resize

SolutionCreateProject Method

Create and add a new Project to the solution by filename.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public Project CreateProject(
	string fileName
)

Parameters

fileName
Type: SystemString

Return Value

Type: Project
See Also