Application Object

The Application object represents the BarTender process that is hosting the VBScript. You refer to it only when you need to refer to one of its properties. Since the process already exists, you never create an Application object.

Properties

Name

Description

BuildNumber

Returns the build number of the application. Read-only.

ComputerName

Returns the name of the PC on which the application is running. Read-only.

SystemUserName

Returns the name of user who is running the application. Read-only.

Version

Returns the version number of the application. Read-only.

Related Topics