Summary
Gets or sets the set of command-line arguments to use when starting the application.
- Namespace
- Cake
.Core .IO - Containing Type
- ProcessSettings
Syntax
public ProcessArgumentBuilder Arguments { get; set; }
Value
Type | Description |
---|---|
Process |
The set of command-line arguments to use when starting the application. |