Pinta.Platform.Platform C# (CSharp) Method

Platform() static private method

static private Platform ( ) : System
return System
        static Platform()
        {
            isWindows = System.IO.Path.DirectorySeparatorChar == '\\';
            isMac = !isWindows && IsRunningOnMac ();
            isX11 = !isMac && System.Environment.OSVersion.Platform == PlatformID.Unix;
        }