XSIApplication.Platform

説明

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

C#構文

// get accessor

String rtn = XSIApplication.Platform;

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