What's this mean?
namespace System
{
public enum PlatformID
{
// Fields
Win32NT = 2,
Win32S = 0,
Win32Windows = 1,
WinCE = 3
}
}

namespace System
{
public enum PlatformID
{
// Fields
Unix = 4,
Win32NT = 2,
Win32S = 0,
Win32Windows = 1,
WinCE = 3
}
}

System.PlatformId in 1.1













System.PlatformId in 2.0












