The LaunchAction type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| LaunchAction()()()() |
Creates a new LaunchAction that starts an external Application.
| |
| LaunchAction(String) |
Creates a new LaunchAction that starts an external Application.
|
Methods
| Name | Description | |
|---|---|---|
| Accept |
Accept this action.
(Overrides Action..::..Accept(ActionVisitor, Object).) | |
| Clone |
Clone this action.
(Overrides Action..::..Clone()()()().) | |
| Execute |
Excute this action.
(Inherited from Action.) |
Properties
| Name | Description | |
|---|---|---|
| Path |
The complete path of the application to launch.
| |
| WindowBehavior |
Whether to open the destination in a new windows, current one or specified by the user preferences.
|