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 ProcessAliasesAttributes
| 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 | 
            Returns the string value or a  Not set> markup suitable for Spectre.Console.From StringExtensions Requires the Cake.Issues addin | 
