The module SystemInformationMBS

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

The module SystemInformationMBS

module SystemInformationMBS
Type Topic Plugin Version macOS Windows Linux iOS Targets
module System MBS Util Plugin 8.0 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
A module to collect all the system information functions.
Example
msgbox "Welcome "+SystemInformationMBS.Username+"!"

ProcessorCount Modes

Constant Value Description
kProcessorCountDefault 0 Default behavior.
kProcessorCountLogical 1 Logical Processors
kProcessorCountPhysical 2 Physical Processors

Windows Machine Types

Constant Value Description
kWindowsMachineAMD64 &h8664 ARM in 64-bit.
kWindowsMachineARM32 &h01c0 ARM in 32-bit.
kWindowsMachineARM64 &hAA64 AMD 64-bit x86.
kWindowsMachineI386 &h014c Intel 32-bit x86.
kWindowsMachineUnknown 0 Unknown.

Some examples which use this module:

Blog Entries

Xojo Developer Magazine

Release notes


The items on this page are in the following plugins: MBS Util Plugin.


💬 Ask a question or report a problem