XCRunTool<TSettings>.

RunAndRedirectStandardOutput(TSettings, ProcessArgumentBuilder) Method

Summary

Runs the specified process, using the specified Settings/arguments and returns the process StandardOutput.

Syntax

protected string RunAndRedirectStandardOutput(TSettings settings, ProcessArgumentBuilder arguments)

Parameters

Name Type Description
settings TSettings The Settings.
arguments ProcessArgumentBuilder The arguments.

Return Value

Type Description
string