IPlatformDetector.

IsLinuxPlatform() Method

Summary

Determines whether we are running on the linux platform.
Assembly
Cake.Codecov.dll
Namespace
Cake.Codecov.Internals
Containing Type
IPlatformDetector

Syntax

bool IsLinuxPlatform()

Return Value

Type Description
bool true if we are running on linux; otherwise, false.