Assembly: Host;
The ShellExecuteInfo class implements the object that is used to set up file (application) opening parameters.
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: