XSIApplication.Platform

Description

Returns the current platform (Win32, Win64, Linux, Linux64) as a String.

C# Syntax

// get accessor
String rtn = XSIApplication.Platform;

Examples

VBScript Example

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

See Also

XSIUtils.IsWindowsOS XSIUtils.IsLinuxOS XSIUtils.Is64BitOS