Click or drag to resize

CodeUnitCreateDummyProject Method

Create a dummy parent Project for when a code unit or fragment is loaded directly without a project.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
protected static Project CreateDummyProject(
	string fileName,
	LoadOptions loadOptions,
	Action<LoadStatus, CodeObject> statusCallback = null
)

Parameters

fileName
Type: SystemString
loadOptions
Type: Nova.CodeDOMLoadOptions
statusCallback (Optional)
Type: SystemActionLoadStatus, CodeObject

Return Value

Type: Project
See Also