EnvironmentOperatingSystem

data class EnvironmentOperatingSystem(val name: String = System.getProperty("os.name"))(source)

This class contains information about the operating system installed in the execution environment.

Constructors

Link copied to clipboard
constructor(name: String = System.getProperty("os.name"))

Properties

Link copied to clipboard

Returns true if the operating system is Windows-based.

Link copied to clipboard

The name of the operating system.