Summary
Contains extension methods for
ProcessSettings.
- Namespace
- Cake
.Core - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["ProcessSettingsExtensions"]
class Type type-node
Syntax
public static class ProcessSettingsExtensions
Methods
| Name | Value | Summary |
|---|---|---|
| Set |
ProcessSettings |
Sets a function that intercepts the standard error before being redirected. Use in conjunction with
RedirectStandardOutput.
static
|
| Set |
ProcessSettings |
Sets a function that intercepts the standard output before being redirected. Use in conjunction with
RedirectStandardOutput.
static
|
| Set |
ProcessSettings |
Sets a value indicating whether the standard error of an application is written to the standard error stream.
static
|
| Set |
ProcessSettings |
Sets a value indicating whether the output of an application is written to the standard output stream.
static
|
| SetTimeout |
ProcessSettings |
Sets the optional timeout for process execution.
static
|
| UseWorkingDirectory |
ProcessSettings |
Sets the working directory for the process to be started.
static
|
| WithArguments |
ProcessSettings |
Sets the arguments for the process.
static
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
| To |
string |
Returns the string value or a
Not set> markup suitable for Spectre.Console.
From StringExtensions
Requires the Cake.Issues addin
|
