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

IsLinux() 공개 정적인 메소드

Is current operation system Linux system
当前操作系统是否为 Linux 系统
public static IsLinux ( ) : bool
리턴 bool
        public static bool IsLinux() => RuntimeInformation.IsOSPlatform(OSPlatform.Linux);
    }