Show / Hide Table of Contents

Interface IAllowRunningExecutable

Inherited Members
IAllowToGPALObject<Launcher>.ToGPALObject()
IAllowWaitingExecutable.Kill()
IAllowWaitingExecutable.KillTree()
Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public interface IAllowRunningExecutable : IAllowToGPALObject<Launcher>, IAllowWaitingExecutable

Methods

IsRunning()

Declaration
IAllowRunningExecutable IsRunning()
Returns
Type Description
IAllowRunningExecutable

RedirectError(Action<String>)

Declaration
IAllowRunningExecutable RedirectError(Action<string> errorHandler)
Parameters
Type Name Description
System.Action<System.String> errorHandler
Returns
Type Description
IAllowRunningExecutable

RedirectOutput(Action<String>)

Declaration
IAllowRunningExecutable RedirectOutput(Action<string> outputHandler)
Parameters
Type Name Description
System.Action<System.String> outputHandler
Returns
Type Description
IAllowRunningExecutable

SetEnvironmentVariable(String, String)

Declaration
IAllowRunningExecutable SetEnvironmentVariable(string name, string value)
Parameters
Type Name Description
System.String name
System.String value
Returns
Type Description
IAllowRunningExecutable

SetWorkingDirectory(String)

Declaration
IAllowRunningExecutable SetWorkingDirectory(string directory)
Parameters
Type Name Description
System.String directory
Returns
Type Description
IAllowRunningExecutable

WaitForExit(Int32)

Declaration
IAllowWaitingExecutable WaitForExit(int milliseconds)
Parameters
Type Name Description
System.Int32 milliseconds
Returns
Type Description
IAllowWaitingExecutable
In This Article
Back to top Generated by DocFX