NAnt SDK Documentation - v0.92

PlatformFunctions.GetName Method 

Gets the name of the platform on which NAnt is running.

[Visual Basic]
<Function(Name:="get-name")>
Public Function GetName() As String
[C#]
[Function(Name="get-name")]
public string GetName();

Return Value

The name of the platform on which NAnt is running.

See Also

PlatformFunctions Class | NAnt.Core.Functions Namespace