Project.

PlatformName Property

Summary

Gets the name of the platform on which NAnt is currently running.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
Project

Syntax

public string PlatformName { get; }

Remarks

Possible values are:

  • win32
  • unix

Value

Type Description
string The name of the platform on which NAnt is currently running.