Parse a solution from a file.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static Solution Parse(
string fileName,
string activeConfiguration = null,
string activePlatform = null,
Action<LoadStatus, CodeObject> statusCallback = null
)
Parameters
- fileName
- Type: SystemString
The solution file name. - activeConfiguration (Optional)
- Type: SystemString
The active configuration to be used (will default if null). - activePlatform (Optional)
- Type: SystemString
The active platform to be used (will default if null). - statusCallback (Optional)
- Type: SystemActionLoadStatus, CodeObject
An action to be executed as status changes occur during processing.
Return Value
Type:
SolutionSee Also