Метод | Описание | |
---|---|---|
AddGlobal ( System.Guid projectGuid, IList |
||
AddGlobalHeader ( System.Guid projectGuid ) : void | ||
AddGlobalNestedProjects ( IList |
||
AddHeader ( ) : void | ||
AddProject ( string path, string name, System.Guid guid, string files ) : void | ||
AddScriptcsProject ( string scriptcsPath, string workingPath, string args, bool attach, System.Guid projectGuid ) : void | ||
ToString ( ) : string | ||
VisualStudioSolution ( ) : System |
public AddGlobal ( System.Guid projectGuid, IList |
||
projectGuid | System.Guid | |
nestedItems | IList |
|
Результат | void |
public AddGlobalHeader ( System.Guid projectGuid ) : void | ||
projectGuid | System.Guid | |
Результат | void |
public AddGlobalNestedProjects ( IList |
||
nestedItems | IList |
|
Результат | void |
public AddProject ( string path, string name, System.Guid guid, string files ) : void | ||
path | string | |
name | string | |
guid | System.Guid | |
files | string | |
Результат | void |
public AddScriptcsProject ( string scriptcsPath, string workingPath, string args, bool attach, System.Guid projectGuid ) : void | ||
scriptcsPath | string | |
workingPath | string | |
args | string | |
attach | bool | |
projectGuid | System.Guid | |
Результат | void |