platform::is-win32

Obsolete. Use the is-windows function instead.
Checks whether NAnt is running on Windows (and not just 32-bit Windows as the name may lead you to believe).
bool platform::is-win32()

Return Value

true if NAnt is running on Windows; otherwise, false.

Requirements

Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Functions