SystemFunctions オブジェクトを取得します。 このオブジェクトを使うと、Open Agent がインストールされたローカル マシンやリモート マシン上で、OS 固有の操作を実行できます。利用可能なシステム関数についての情報は、「SystemFunctions クラス」トピックを参照してください。
public static SystemFunctions SystemFunctions { get { return CurrentAgent.SystemFunctions; } }
'Declaration
Public Read Property SystemFunctions As SystemFunctions
読み取り専用。
// C# code Agent.SystemFunctions.Execute("notepad.exe");
Agent.SystemFunctions.Execute("notepad.exe")