Summary
Contains functionality related to running Cake scripts out of process.
- Namespace
- Cake
.Common .Tools .Cake - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["CakeAliases"]
class Type type-node
Syntax
[CakeAliasCategory("Cake")]
public static class CakeAliases
Attributes
Type | Description |
---|---|
Cake |
An attribute used for documentation of alias methods/properties. |
Methods
Name | Value | Summary |
---|---|---|
Cake |
void |
Executes Cake expression out of process.
static
|
Cake |
void |
Executes Cake expression out of process.
static
|
CakeExecuteScript |
void |
Executes cake script out of process.
static
|
CakeExecuteScript |
void |
Executes cake script out of process.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|