Implements
Constructors
new default()
new default():default
Returns
default
Methods
getOperatingSystemInfo()
getOperatingSystemInfo():default
Returns the instance of IOperatingSystemInfo for querying operating system
information.
Returns
default
Implementation of
default.getOperatingSystemInfo
getUptime()
getUptime():Promise<default>
Returns the duration since the system was last booted.
Returns
Promise<default>
Implementation of
default.getUptime
isEmulator()
isEmulator():Promise<boolean>
Returns true if the system is running in a virtualized environment rather
than on real hardware.
The term “Emulator” is used as a general term to
include both emulators and simulators, so this property returns true for
any non-physical device, regardless of the platform.
Returns
Promise<boolean>
Implementation of
default.isEmulator

