Artificial Intelligence
Artificial Intelligence
Information

KnowledgeProcess(string) constructor


       Initializes a new instance with the specified name of a function.


Namespace : ielib
Assembly : ielib.dll

public KnowledgeProcess(string aFuncName)

Parameter

Type: System.string

aFuncName: a string that represents the name of a function, StartProcess is the only function accepted by this class..

Exception: Name of function is not supported.

Example

KnowledgeProcess func = new KnowledgeProcess("StartProcess");