Summary
Returns a value indicating whether NAnt is running on Windows.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- PlatformHelper
Syntax
public static bool IsWindows { get; }
Value
Type | Description |
---|---|
bool |
true if NAnt is running on Windows;
otherwise, false .
|