Class PipeInstruction
Inheritance
PipeInstruction
Assembly: SociallyDistant.Framework.dll
Syntax
public sealed class PipeInstruction : ShellInstruction
Constructors
PipeInstruction(ShellInstruction, ShellInstruction)
Declaration
public PipeInstruction(ShellInstruction pipeIn, ShellInstruction pipeOut)
Parameters
Methods
RunAsync(IConsoleDriver, IScriptExecutionContext)
Declaration
public override Task<int> RunAsync(IConsoleDriver console, IScriptExecutionContext context)
Parameters
Returns
Overrides