ProcessAliases Class

Summary

Contains functionality related to processes.
Namespace
Cake.Common
Base Types
  • object
graph BT Type-->Base0["object"] Type["ProcessAliases"] class Type type-node

Syntax

[CakeAliasCategory("Process")]
public static class ProcessAliases

Attributes

Type Description
CakeAliasCategoryAttribute An attribute used for documentation of alias methods/properties.

Methods

Name Value Summary
StartAndReturnProcess(ICakeContext, FilePath, ProcessSettings) IProcess
Starts the process resource that is specified by the filename and settings.
static
StartAndReturnProcess(ICakeContext, FilePath) IProcess
Starts the process resource that is specified by the filename.
static
StartProcess(ICakeContext, FilePath, ProcessSettings, IEnumerable<string>, IEnumerable<string>) int
Starts the process resource that is specified by the filename and settings.
static
StartProcess(ICakeContext, FilePath, ProcessSettings, IEnumerable<string>) int
Starts the process resource that is specified by the filename and settings.
static
StartProcess(ICakeContext, FilePath, ProcessSettings) int
Starts the process resource that is specified by the filename and settings.
static
StartProcess(ICakeContext, FilePath, string) int
Starts the process resource that is specified by the filename and arguments.
static
StartProcess(ICakeContext, FilePath) int
Starts the process resource that is specified by the filename.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin