Defines the properties, methods, and events that are shared by any object that can have an application launched.
| C# | Visual Basic |
public interface IApplicationLauncher
Public Interface IApplicationLauncher
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| ApplicationArguments |
Gets optional params to pass to the application to launch.
| |
| ApplicationLaunchId |
Gets the identifier of the application.
| |
| ApplicationToLaunch |
Gets the name of the application.
| |
| DisableApplicationLauncher()()() |
Disables the application from being launched.
| |
| EnableApplicationLauncher(String) |
Enables an application to be launched.
| |
| EnableApplicationLauncher(String, String) |
Enables an application to be launched, using its launch ID and file name.
| |
| EnableApplicationLauncher(String, String, String) |
Enables an application to be launched; using its launch ID, its file name, and the list of any parameters it might need.
|