Artificial Intelligence
Artificial Intelligence
Information

KnowledgeProcess class


       This class provides access to local processes using the .NET System.Diagnostics.Process class object, it allows to start processes (from version 1.4 of ielib.dll).


Namespace : ielib
Assembly : ielib.dll
   C#
   public class KnowledgeProcess

Constructor

KnowledgeProcess(string aFuncName) : Initializes a new instance with the specified name of a function, StartProcess is the only function accepted by this class..


Properties

Arg1 : Gets or sets the first argument of the StartProcess function.

Arg2 : Gets or sets the second argument to the StartProcess function.

Name : Gets the name of the function.


Method

GetExpression() : Gets a string that represents the expression of the function.