Click or drag to resize

Project.Parse Method (String, String, Guid, Guid, Solution, Action<LoadStatus, CodeObject>, Boolean)

Parse a project from a file.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static Project Parse(
	string name,
	string fileName,
	Guid typeGuid,
	Guid projectGuid,
	Solution solution,
	Action<LoadStatus, CodeObject> statusCallback = null,
	bool loadingAsAssembly = false
)

Parameters

name
Type: System.String
fileName
Type: System.String
typeGuid
Type: System.Guid
projectGuid
Type: System.Guid
solution
Type: Nova.CodeDOM.Solution
statusCallback (Optional)
Type: System.Action<LoadStatus, CodeObject>
loadingAsAssembly (Optional)
Type: System.Boolean

Return Value

Type: Project
See Also