Assembly: Host;
The IShellExecuteInfo interface is used to set up application start parameters.
To set up start parameters, initialize the object of the ShellExecuteInfo class. Send the specified settings to the IProcess.Start method to start the application.
The interface is basic for the IWinShellExecuteInfo interface.
Property name | Brief description | |
The Directory property determines the directory, from which a file or application is opened. |
||
The File property determines name of the file or application to be opened. |
||
The Parameters property determines command line parameters, with which a file or application opens. |
||
The WaitTimeout property determines the amount of time that the program will wait for the running application to complete its work. |
||
The WaitToTerminate property determines whether to wait for completion of the running application. |
See also: