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 |
---|---|
Cake |
An attribute used for documentation of alias methods/properties. |
Methods
Name | Value | Summary |
---|---|---|
Start |
IProcess |
Starts the process resource that is specified by the filename and settings.
static
|
Start |
IProcess |
Starts the process resource that is specified by the filename.
static
|
StartProcess |
int |
Starts the process resource that is specified by the filename and settings.
static
|
StartProcess |
int |
Starts the process resource that is specified by the filename and settings.
static
|
StartProcess |
int |
Starts the process resource that is specified by the filename and settings.
static
|
StartProcess |
int |
Starts the process resource that is specified by the filename and arguments.
static
|
StartProcess |
int |
Starts the process resource that is specified by the filename.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|