ProcessSettings.

RedirectedStandardOutputHandler Property

Summary

Gets or sets a function that intercepts the standard output before being redirected. Use in conjunction with RedirectStandardOutput.
Namespace
Cake.Core.IO
Containing Type
ProcessSettings

Syntax

public Func<string, string> RedirectedStandardOutputHandler { get; set; }

Value

Type Description
Func<string, string>