Skip to main content

Operating System (Tools/APIs)

Obtain information about the operating system.

Available Tools

Includes the following class methods:

  • GetOS()

  • GetPlatform()

  • Is64Bits()

  • IsBigEndian()

  • IsUnicode()

  • And others

Availability: All namespaces.

Note

The special variable $SYSTEM is bound to the %SYSTEM package. This means that instead of ##class(%SYSTEM.class).method(), you can use $SYSTEM.class.method().

FeedbackOpens in a new tab