C# Class Microsoft.WindowsAzure.Commands.Utilities.CloudService.AzureTools.CsRun

Mostra file Open project: AzureRT/azure-sdk-tools Class Usage Examples

Public Methods

Method Description
CsRun ( ) : System
GetRoleInfoMessage ( string emulatorOutput ) : string

Private Methods

Method Description
GetDeploymentCount ( string text ) : int
IsStorageEmulatorError ( string error ) : bool
RemoveAllDeployments ( string &standardOutput, string &standardError ) : void
RemoveDeployment ( int deploymentId, string &standardOutput, string &standardError ) : void
StartComputeEmulator ( string &standardOutput, string &standardError ) : void
StartCsRunProcess ( string arguments, string &standardOutput, string &standardError ) : void
StartEmulator ( string packagePath, string configPath, bool launch, string &standardOutput, string &standardError ) : int
StartStorageEmulator ( string &standardOutput, string &standardError ) : void
StopEmulator ( string &standardOutput, string &standardError ) : void
UpdateDeployment ( int deploymentId, string configPath, string &standardOutput, string &standardError ) : void

Method Details

CsRun() public method

public CsRun ( ) : System
return System

GetRoleInfoMessage() public static method

public static GetRoleInfoMessage ( string emulatorOutput ) : string
emulatorOutput string
return string