IShellExecuteInfo

Assembly: Host;

Description

The IShellExecuteInfo interface is used to set up application start parameters.

Comments

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.

Properties

  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 Interfaces