Click or drag to resize

ProjectParse Method (String, String, Guid, Guid, Solution, ActionLoadStatus, 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: SystemString
fileName
Type: SystemString
typeGuid
Type: SystemGuid
projectGuid
Type: SystemGuid
solution
Type: Nova.CodeDOMSolution
statusCallback (Optional)
Type: SystemActionLoadStatus, CodeObject
loadingAsAssembly (Optional)
Type: SystemBoolean

Return Value

Type: Project
See Also