Show / Hide Table of Contents

Class OperatingSystemInfo

Defines a static class that provides information about the underlying operating system.

Inheritance
System.Object
OperatingSystemInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Juhta.Net.Common
Assembly: Juhta.Net.dll
Syntax
public static class OperatingSystemInfo

Properties

| Improve this Doc View Source

IsLinux

Returns true if the application is running on Linux, otherwise false.

Declaration
public static bool IsLinux { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsMacOS

Returns true if the application is running on MacOS, otherwise false.

Declaration
public static bool IsMacOS { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsWindows

Returns true if the application is running on Windows, otherwise false.

Declaration
public static bool IsWindows { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
Back to top Copyright © 2017-2019 Juha Lähteenmäki
Generated by DocFX