ProcessSettings.

RedirectStandardOutput Property

Summary

Gets or sets a value indicating whether the output of an application is written to the standard output stream.
Namespace
Cake.Core.IO
Containing Type
ProcessSettings

Syntax

public bool RedirectStandardOutput { get; set; }

Value

Type Description
bool true if output should be redirected; false if output should be written to the standard output stream. The default is false.