XSIApplication.Platform

説明

現在のプラットフォーム(Win32、Win64、Linux、または Linux64)をStringとして戻します。

VBScript の例

'
'       VBScript example : Shows the current current platform
'
LogMessage Application.Platform
' LogMessage will display the following string on a Windows XP workstation:
' INFO: Win32

関連項目

XSIUtils.IsWindowsOS XSIUtils.IsLinuxOS XSIUtils.Is64BitOS