Packages

package os

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. trait CPUInfo extends Object
    Annotations
    @JSType() @native()
  2. trait CPUTime extends Object
    Annotations
    @JSType() @native()
  3. trait NetworkInterface extends Object

    Represents a Network Interface

    Represents a Network Interface

    Annotations
    @JSType()
  4. trait OS extends Object

    Provides a few basic operating-system related utility functions.

    Provides a few basic operating-system related utility functions.

    Annotations
    @JSType() @native()
    See also

    https://nodejs.org/api/os.html

  5. trait OSConstants extends Object
    Annotations
    @JSType() @native()
  6. trait OSDlopenConstants extends Object
    Annotations
    @JSType() @native()
  7. trait OSErrnoConstants extends Object
    Annotations
    @JSType() @native()
  8. trait OSPriorityConstants extends Object
    Annotations
    @JSType() @native()
  9. trait OSSignalsConstants extends Object
    Annotations
    @JSType() @native()
  10. trait UserInfoObject extends Object

    User Information Object

    User Information Object

    Annotations
    @JSType()
    Example:
    1. {"uid":501,"gid":20,"username":"ldaniels","homedir":"/Users/ldaniels","shell":"/bin/bash"}
  11. trait UserInfoOptions extends Object
    Annotations
    @JSType()

Value Members

  1. object NetworkInterface
  2. object OS extends Object with OS

    Operating System Singleton

    Operating System Singleton

    Annotations
    @native() @JSImport("os", JSImport.Namespace)
  3. object UserInfoObject
  4. object UserInfoOptions

Ungrouped