Summary
Initializes a new instance of the
FakePlatform class.
- Namespace
- Cake
.Testing - Containing Type
- FakePlatform
Syntax
public FakePlatform(PlatformFamily family, bool is64Bit = true)
Parameters
| Name | Type | Description |
|---|---|---|
| family | PlatformFamily | The family. |
| is64Bit | bool | if set to true, the platform is 64-bit. |
Return Value
| Type | Description |
|---|---|
| void |
