Operating System
Obtain information about the operating system.
Available Tools
%SYSTEM.Version class
Includes the following class methods:
GetOS()
GetPlatform()
Is64Bits()
IsBigEndian()
IsUnicode()
And others
Availability: All namespaces.
Reminder
The special variable $SYSTEM is bound to the %SYSTEM package. This means that (for ObjectScript) instead of ##class(%SYSTEM.class).method(), you can use $SYSTEM.class.method().