Show / Hide Table of Contents

Interface IAllowExecutableSetup

Inherited Members
IAllowToGPALObject<Launcher>.ToGPALObject()
Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public interface IAllowExecutableSetup : IAllowToGPALObject<Launcher>

Methods

Launch()

Declaration
IAllowRunningExecutable Launch()
Returns
Type Description
IAllowRunningExecutable

WithArgument(String)

Declaration
IAllowExecutableSetup WithArgument(string argument)
Parameters
Type Name Description
System.String argument
Returns
Type Description
IAllowExecutableSetup

WithExecutable(String)

Declaration
IAllowExecutableSetup WithExecutable(string executable)
Parameters
Type Name Description
System.String executable
Returns
Type Description
IAllowExecutableSetup

WithName(String)

Declaration
IAllowExecutableSetup WithName(string argument)
Parameters
Type Name Description
System.String argument
Returns
Type Description
IAllowExecutableSetup
In This Article
Back to top Generated by DocFX