NAnt SDK Documentation - v0.92

PlatformHelper.IsWin32 Field

NOTE: This field is now obsolete.

Use IsWindows instead.


[Visual Basic]
<Obsolete(Message:="Use IsWindows instead.", IsError:=False)>
Public Shared ReadOnly IsWin32 As Boolean
[C#]
[Obsolete(Message="Use IsWindows instead.", IsError=False)]
public static readonly bool IsWin32;

See Also

PlatformHelper Class | NAnt.Core Namespace