Summary
Initializes a new instance of the
CakeEnvironment class.
- Namespace
- Cake
.Core - Containing Type
- CakeEnvironment
Syntax
public CakeEnvironment(ICakePlatform platform, ICakeRuntime runtime)
Parameters
| Name | Type | Description |
|---|---|---|
| platform | ICakePlatform | The platform. |
| runtime | ICakeRuntime | The runtime. |
Return Value
| Type | Description |
|---|---|
| void |
