Interface IAllowExecutableSetup
Assembly: GPAL.dll
Syntax
public interface IAllowExecutableSetup : IAllowToGPALObject<Launcher>
Methods
Launch()
Declaration
IAllowRunningExecutable Launch()
Returns
WithArgument(String)
Declaration
IAllowExecutableSetup WithArgument(string argument)
Parameters
| Type |
Name |
Description |
| System.String |
argument |
|
Returns
WithExecutable(String)
Declaration
IAllowExecutableSetup WithExecutable(string executable)
Parameters
| Type |
Name |
Description |
| System.String |
executable |
|
Returns
WithName(String)
Declaration
IAllowExecutableSetup WithName(string argument)
Parameters
| Type |
Name |
Description |
| System.String |
argument |
|
Returns