Assembly: Ui;
Namespace: Prognoz.Platform.Interop.Ui;
The WinShellExecuteInfo class implements an object that is used to open external files and applications.
Class to get analog of the WinApplication class:
None;
Class to get analog of the WinApplication class object:
WinShellExecuteInfoClass;
| Property name | Brief description | |
| Directory | The Directory property determines the directory, from which a file or application is opened. | |
| File | The File property determines name of the file or application to be opened. | |
| Parameters | The Parameters property determines command line parameters, with which a file or application opens. | |
| ParentWindow | The property is under development. | |
| ShowCommand | The ShowCommand property determines state of the opened file or application's window. | |
| Silent | The Silent property determines whether the dialog boxes of errors that occur when opening file or application are displayed. | |
| Verb | The Verb property determines the command that must be used on opening the application or document specified in the File property. | |
| WaitTimeout | The WaitTimeout property determines the amount of time that the program will wait for the started application to complete its work. | |
| WaitToTerminate | The WaitToTerminate property determines whether to wait for completion of the started application. |
See also: