アプリケーションオブジェクト

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.

プロパティ

名前

説明

BuildNumber

Returns the build number of the application. 読み取り専用です。

ComputerName

Returns the name of the PC on which the application is running. 読み取り専用です。

SystemUserName

Returns the name of user who is running the application. 読み取り専用です。

バージョン

Returns the version number of the application. 読み取り専用です。

関連トピック