WinShellExecuteInfo

Assembly: Ui;

Description

The WinShellExecuteInfo class implements an object that is used to open external files and applications.

Class object properties inherited from IWinShellExecuteInfo

  Property name Brief description
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 a file or application are displayed.
Verb The Verb property determines a command that should be used on opening an application or a document.

Class object properties inherited from IShellExecuteInfo

  Property name Brief description

Directory

The Directory property determines the initial 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.

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:

Ui Assembly Classes