Solution class
More...
#include <cs_solution.h>
Solution class
Definition at line 43 of file cs_solution.h.
◆ GetInfo()
static SbSolutionInfo sb_cs::SbSolution::GetInfo |
( |
String^ |
solution_file | ) |
|
|
static |
Returns the information contained in the solution_file.
- Parameters
-
solution_file | Solution file |
- Returns
- An instance to the SbSolutionInfo class or null in case of memory error.
- See also
- sb_solution_get_info
◆ GetVersion()
static SbVersion sb_cs::SbSolution::GetVersion |
( |
String^ |
solution_file | ) |
|
|
static |
Gets the version of the solution file.
- Parameters
-
solution_file | Solution file |
- Returns
- An instance to the SbVersion class or null in case of memory error.
- See also
- sb_solution_get_version
◆ RemoveProject()
static SbError sb_cs::SbSolution::RemoveProject |
( |
String^ |
solution_file, |
|
|
String^ |
project_uuid |
|
) |
| |
|
static |
Delete the project with the specified uuid from the solution file
- Parameters
-
solution_file | Filename of the solution |
project_uuid | Project UUID |
- Returns
- If successful, returns SbError.SB_ERR_NONE. Otherwise, it returns an error code SbError.
- See also
- sb_solution_remove_project
The documentation for this class was generated from the following file: