comp
•
gb.eval
•
system
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
System (gb.eval)
This class reimplements
System
in
gb
.
This class is static.
Static properties
Static methods
Constants
Returns a backtrace of the function call stack current state.
Backtrace
Return or set if a debugged program must break if an error occurs, even if there is a error management catching the error.
BreakOnError
Returns the byte order of the system.
ByteOrder
Returns the charset used by the system.
Charset
Return the number of CPU execution units.
Cores
Returns a list of all Gambas identifiers that are native datatypes.
Datatypes
Returns the system domain name.
Domain
Return the Unix error code of the last error raised by a system call.
Error
Return the first day of week, according to the current language and localization.
FirstDayOfWeek
Returns the system host name.
Host
Return or set if the interpreter must check for overflow with arithmetic integer operators and conversions.
IgnoreOverflow
Returns a list of all reserved Gambas language keywords.
Keywords
Returns or sets the current language setting.
Language
Returns the installation path of Gambas.
Path
Return or set if profiling at instruction level is enabled.
Profile
Returns if the current language is right to left written.
RightToLeft
Return or set the shell used by the
SHELL
command. By default,
/bin/sh
is used.
Shell
Return a list of all Gambas subroutines names.
Subroutines
Return the system timezone.
TimeZone
Return or set if tracing is enabled.
Trace
Returns a virtual object used for retrieving information about the current user.
User
Return if a specific program is available.
Exist
Search for a specific program through the
PATH
environment variable, and return its full path.
Find
Return the address of a symbol located in a shared library.
GetExternSymbol
Return the custom format string associated with a predefined format constant.
GetFormat
Write a message to the system log.
Log
Return the architecture of the underlying operating system.
Architecture
Return the name of the underlying operating system.
Family
Return the full version of the Gambas interpreter.
FullVersion
Returns the current Gambas interpreter version.
Version