Method | Description | |
---|---|---|
AddScriptsProjectsToSolution ( ) : void | ||
AddToSolution ( string projectLanguagePath, string projectName, byte projectTemplate ) : string | ||
ScriptsSolutionEditor ( IFileSystem fileSystem, string sourceCodeDirectory ) : System |
Method | Description | |
---|---|---|
AddProjectToSolution ( string slnText, string solutionPath, string projectReference ) : void | ||
ExtractScriptProjectToCodeDirectory ( string projectPath, byte projectTemplate ) : void | ||
GetSolutionPath ( ) : string | ||
SolutionExists ( ) : bool |
public AddScriptsProjectsToSolution ( ) : void | ||
return | void |
public AddToSolution ( string projectLanguagePath, string projectName, byte projectTemplate ) : string | ||
projectLanguagePath | string | |
projectName | string | |
projectTemplate | byte | |
return | string |
public ScriptsSolutionEditor ( IFileSystem fileSystem, string sourceCodeDirectory ) : System | ||
fileSystem | IFileSystem | |
sourceCodeDirectory | string | |
return | System |