Summary
Get the standard output of process.
- Namespace
- Cake
.Testing - Containing Type
- FakeProcess
Syntax
public IEnumerable<string> GetStandardOutput()
Return Value
Type | Description |
---|---|
IEnumerable |
Returns process output if RedirectStandardOutput is true. |