ProcessSettings.

Arguments Property

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
ProcessArgumentBuilder The set of command-line arguments to use when starting the application.