package os
- Alphabetic
- Public
- All
Type Members
-
trait
CPUInfo extends Object
- Annotations
- @JSType() @native()
-
trait
CPUTime extends Object
- Annotations
- @JSType() @native()
-
trait
NetworkInterface extends Object
Represents a Network Interface
Represents a Network Interface
- Annotations
- @JSType()
-
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
-
trait
OSConstants extends Object
- Annotations
- @JSType() @native()
-
trait
OSDlopenConstants extends Object
- Annotations
- @JSType() @native()
-
trait
OSErrnoConstants extends Object
- Annotations
- @JSType() @native()
-
trait
OSPriorityConstants extends Object
- Annotations
- @JSType() @native()
-
trait
OSSignalsConstants extends Object
- Annotations
- @JSType() @native()
-
trait
UserInfoObject extends Object
User Information Object
User Information Object
- Annotations
- @JSType()
{"uid":501,"gid":20,"username":"ldaniels","homedir":"/Users/ldaniels","shell":"/bin/bash"}
Example: -
trait
UserInfoOptions extends Object
- Annotations
- @JSType()
Value Members
- object NetworkInterface
-
object
OS extends Object with OS
Operating System Singleton
Operating System Singleton
- Annotations
- @native() @JSImport( "os" , JSImport.Namespace )
- object UserInfoObject
- object UserInfoOptions