Artificial Intelligence
Artificial Intelligence
Information

KnowledgeProcess.Arg2 property


       Gets or sets the second argument to the function.


Namespace : ielib
Assembly : ielib.dll

public object Arg2 { set; get; }

Property value

Type : System.object

Represents the second argument to the function.


Example Start the process of a specific application to display a JPEG file.


KnowledgeProcess ProcessJpeg = new KnowledgeProcess("StartProcess");

ProcessJpeg.Arg1 = "C:\Program Files\PhotoFiltre\PhotoFiltre.exe";
ProcessJpeg.Arg2 = "C:\\User\\Jean\\Documents\\Pictures\\MyPicture.jpg";