ShellExecuteInfo

Assembly: Host;

Description

The ShellExecuteInfo class implements the object that is used to set up file (application) opening parameters.

Class object properties inherited from IShellExecuteInfo

  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.

WaitTimeout

The WaitTimeout property determines the amount of time that the program will wait for the running application to complete its work.

WaitToTerminate

The WaitToTerminate property determines whether to wait for completion of the running application.

See also:

Host Assembly Classes