Catel.Platforms.IsPlatformSupported C# (CSharp) 메소드

IsPlatformSupported() 공개 정적인 메소드

Determines whether the specified known platforms is currently supported.
public static IsPlatformSupported ( KnownPlatforms platformToCheck ) : bool
platformToCheck KnownPlatforms The platform to check.
리턴 bool
        public static bool IsPlatformSupported(KnownPlatforms platformToCheck)
        {
            return IsPlatformSupported(platformToCheck, CurrentPlatform);
        }

Same methods

Platforms::IsPlatformSupported ( KnownPlatforms platformToCheck, SupportedPlatforms currentPlatform ) : bool