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