SqueezeBrains SDK 1.13
sb_cs::SbSolution Class Reference

Solution class More...

#include <cs_solution.h>

Static Public Member Functions

static SbSolutionInfo GetInfo (String^ solution_file)
 Returns the information contained in the solution_file. More...
 
static SbVersion GetVersion (String^ solution_file)
 Gets the version of the solution file. More...
 
static SbError RemoveProject (String^ solution_file, String^ project_uuid)
 Delete the project with the specified uuid from the solution file More...
 

Detailed Description

Solution class

Definition at line 43 of file cs_solution.h.

Member Function Documentation

◆ GetInfo()

static SbSolutionInfo sb_cs::SbSolution::GetInfo ( String^  solution_file)
static

Returns the information contained in the solution_file.

Parameters
solution_fileSolution 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_fileSolution 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_fileFilename of the solution
project_uuidProject 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: