Gets the SystemFunctions object, which allows you to perform operating-system-specific operations, both on the local machine and on remote machines on which the Open Agent is installed. For information on the available system functions, see the topic SystemFunctions Class.
public static SystemFunctions SystemFunctions { get { return CurrentAgent.SystemFunctions; } }
'Declaration
Public Read Property SystemFunctions As SystemFunctions
Read only.
// C# code Agent.SystemFunctions.Execute("notepad.exe");
Agent.SystemFunctions.Execute("notepad.exe")