System.Runtime.OSPlatformHelper.IsOSX C# (CSharp) 메소드

IsOSX() 공개 정적인 메소드

Is current operation system Apple MacOS (OSX)
当前操作系统是否是苹果 MacOS(OSX) 操作系统
public static IsOSX ( ) : bool
리턴 bool
        public static bool IsOSX() => RuntimeInformation.IsOSPlatform(OSPlatform.OSX);