CakePlatformExtensions.

IsWindows(ICakePlatform) Method

Summary

Determines whether the specified platform is a Windows platform.
Namespace
Cake.Core
Containing Type
CakePlatformExtensions

Syntax

public static bool IsWindows(this ICakePlatform platform)

Parameters

Name Type Description
platform ICakePlatform The platform.

Return Value

Type Description
bool true if the platform is a Windows platform; otherwise false.