NAnt SDK Documentation - v0.85-nightly-2005-11-09

PlatformFunctions.IsWin32 Method 

[This is preliminary documentation and subject to change.]

Checks whether NAnt is running on the win32 platform.

[Visual Basic]
<Function(Name:="is-win32")>
Public Shared Function IsWin32() As Boolean
[C#]
[Function(Name="is-win32")]
public static bool IsWin32();

Return Value

true if NAnt is running on the win32 platform; otherwise, false.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Functions.PlatformFunctions.IsWin32

See Also

PlatformFunctions Class | NAnt.Core.Functions Namespace