CakeRuntime.

IsCoreClr Property

Summary

Gets a value indicating whether we're running on CoreClr.
Namespace
Cake.Core
Containing Type
CakeRuntime

Syntax

public bool IsCoreClr { get; }

Value

Type Description
bool true if we're running on CoreClr; otherwise, false.