C# Class Microsoft.WindowsAzure.Commands.Utilities.Common.ProcessHelper

Show file Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
StartAndWaitForProcess ( string command, string arguments ) : void

Private Methods

Method Description
Start ( string target ) : void
StartAndWaitForProcess ( ProcessStartInfo processInfo, string &standardOutput, string &standardError ) : int

Method Details

StartAndWaitForProcess() public method

public StartAndWaitForProcess ( string command, string arguments ) : void
command string
arguments string
return void