DEBSOURCES
Skip Quicknav
sources / mono / 6.14.1%2Bds2-1 / mcs / class / System / ReferenceSources / EnvironmentHelpers.cs
1234567891011
namespace System { internal static class EnvironmentHelpers { internal static bool IsWindowsVistaOrAbove() { return true; } } }