Project Constructor (String, String, Guid, Guid, Solution, Boolean, ActionLoadStatus, CodeObject, Boolean) |
Create a
Project by parsing it from a standard VS project file.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax protected Project(
string name,
string fileName,
Guid typeGuid,
Guid projectGuid,
Solution solution,
bool isSupported = true,
Action<LoadStatus, CodeObject> statusCallback = null,
bool loadingForAssembly = false
)
Parameters
- name
- Type: SystemString
- fileName
- Type: SystemString
- typeGuid
- Type: SystemGuid
- projectGuid
- Type: SystemGuid
- solution
- Type: Nova.CodeDOMSolution
- isSupported (Optional)
- Type: SystemBoolean
- statusCallback (Optional)
- Type: SystemActionLoadStatus, CodeObject
- loadingForAssembly (Optional)
- Type: SystemBoolean
See Also