XSIUtils.Is64BitOS

導入

v5.0

詳細

Softimage が 64bit の環境で実行されている場合は、True を戻します。Softimage の64 ビットバージョンで個別に機能するスクリプトを記述するときにはこのメソッドが便利です。

C#構文

Boolean XSIUtils.Is64BitOS();

スクリプト構文

oReturn = XSIUtils.Is64BitOS();

戻り値

Softimage が 64bit の環境で実行されている場合は、True を戻します。

関連項目

XSIUtils.IsWindowsOS XSIUtils.IsFileSystemCaseSensitive XSIUtils.IsLinuxOS XSIApplication.Platform