CommandRunner.

RunCommand(ProcessArgumentBuilder, string, string) Method

Summary

Runs the command using the specified settings.
Namespace
Cake.Common.Tools.Command
Containing Type
CommandRunner

Syntax

public int RunCommand(ProcessArgumentBuilder arguments, out string standardOutput, out string standardError)

Parameters

Name Type Description
arguments ProcessArgumentBuilder The arguments.
standardOutput string The standard output.
standardError string The standard error output.

Return Value

Type Description
int The exit code.