This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AppleSimulator.
Summary
Runs the specified process, using the specified Settings/arguments and returns the process StandardOutput.
- Assembly
- Cake
.AppleSimulator .dll - Namespace
- Cake
.AppleSimulator .XCRun - Containing Type
- XCRunTool
<TSettings>
Syntax
protected string RunAndRedirectStandardOutput(TSettings settings, ProcessArgumentBuilder arguments)
Parameters
Name | Type | Description |
---|---|---|
settings | TSettings | The Settings. |
arguments | Process |
The arguments. |
Return Value
Type | Description |
---|---|
string |