Catel.Platforms.Platforms C# (CSharp) Method

Platforms() static private method

Initializes static members of the Platforms class.
static private Platforms ( ) : System
return System
        static Platforms()
        {
            CurrentPlatform = DeterminePlatform();
        }