[corlib] corefx tests from System.Threading.* and System.Text.RegularExpressions...
[mono-project.git] / mcs / class / test-helpers / PlatformDetection.cs
blob059d5912b8d8c5cf05ad8bbddc9b9a9cd60d569f
1 namespace System
3 static partial class PlatformDetection
5 public static readonly bool IsNetNative = false;
6 public static readonly bool IsNotWinRT = true;
7 public static readonly bool IsWinRT = false;
8 public static readonly bool IsFullFramework = true;
9 public static readonly bool IsWindowsNanoServer = false;
10 public static bool IsNonZeroLowerBoundArraySupported => true;