Click or drag to resize

CodebaseCreateSolution Method

Create a new Solution object, and add it to the Codebase.

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

Parameters

fileName
Type: SystemString

Return Value

Type: Solution
See Also