Summary
Determines whether the specified platform is a FreeBSD platform.
- Namespace
- Cake
.Core - Containing Type
- Cake
Platform Extensions
Syntax
public static bool IsFreeBSD(this ICakePlatform platform)
Parameters
Name | Type | Description |
---|---|---|
platform | ICakePlatform | The platform. |
Return Value
Type | Description |
---|---|
bool | true if the platform is a FreeBSD platform; otherwise false . |