XSIUtils.IsWindowsOS

導入

v5.0

詳細

Softimage がWindows オペレーティングシステムで実行されている場合は True を戻します。このメソッドは、クロスプラットフォーム対応のスクリプトを記述するときに便利です。

C#構文

Boolean XSIUtils.IsWindowsOS();

スクリプト構文

oReturn = XSIUtils.IsWindowsOS();

戻り値

Softimage がWindows オペレーティングシステムで実行されている場合は True を戻します。

関連項目

XSIUtils.IsFileSystemCaseSensitive XSIUtils.IsLinuxOS XSIUtils.Is64BitOS XSIApplication.Platform