Method | Description | |
---|---|---|
AddProjectsToSolution ( string solutionFileName, List |
||
BuildAndLaunchProject ( string projectFileName ) : void | ||
CloseInstance ( ) : void | ||
CloseSolution ( ) : void | ||
Initialize ( ) : void | ||
Initialize ( string version ) : void | ||
LocateSolution ( string projectFileName ) : string | ||
ReleaseInstance ( ) : void | ||
StopDebugging ( ) : void |
Method | Description | |
---|---|---|
BuildSolution ( string fileName, bool convertToX86 ) : int | ||
BusyAction ( System.Action action ) : void | ||
ShowProjectCreationWizard ( ) : string | ||
WaitForDebugClose ( ) : void |
public static AddProjectsToSolution ( string solutionFileName, List |
||
solutionFileName | string | |
projectFileNames | List |
|
return | void |
public static BuildAndLaunchProject ( string projectFileName ) : void | ||
projectFileName | string | |
return | void |
public static Initialize ( string version ) : void | ||
version | string | |
return | void |
public static LocateSolution ( string projectFileName ) : string | ||
projectFileName | string | |
return | string |