OperatingSystemConstants

sealed interface OperatingSystemConstants : ProxyObject

Operating System Constants

Inheritors

Types

Link copied to clipboard
interface DlopenFlags : ProxyObject

Flags which can be provided to dlopen to control how a dynamic library is loaded.

Link copied to clipboard
interface ErrnoConstants : ProxyObject

Error codes returned by various system calls.

Link copied to clipboard
interface PriorityConstants : ProxyObject

Process priority constants.

Link copied to clipboard
interface SignalsConstants : ProxyObject

Process signal constants.

Functions

Link copied to clipboard
abstract fun getMember(key: String): Any
Link copied to clipboard
abstract fun getMemberKeys(): Any
Link copied to clipboard
abstract fun hasMember(key: String): Boolean
Link copied to clipboard
abstract fun putMember(key: String, value: Value)
Link copied to clipboard
open fun removeMember(key: String): Boolean