SystemFunctions プロパティ (Agent)

クラス

Agent

処理

SystemFunctions オブジェクトを取得します。 このオブジェクトを使うと、Open Agent がインストールされたローカル マシンやリモート マシン上で、OS 固有の操作を実行できます。利用可能なシステム関数についての情報は、「SystemFunctions クラス」トピックを参照してください。

構文

'Declaration
Public Read Property SystemFunctions As SystemFunctions

アクセス

読み取り専用。

たとえば、メモ帳をリモート マシン上で開始する場合は、次のコードをスクリプトに記述します。
Agent.SystemFunctions.Execute("notepad.exe")