C# Class Ampere.ExternalNode

Inheritance: RunNode
Datei anzeigen Open project: MikePopoloski/ampere Class Usage Examples

Public Methods

Method Description
Arg ( string>.Func resolver ) : RunNode
Evaluate ( BuildInstance instance, IEnumerable inputs ) : IEnumerable
ExternalNode ( string fileName, string arguments, RunOptions options ) : System
Result ( string>.Func resolver ) : RunNode

Method Details

Arg() public method

public Arg ( string>.Func resolver ) : RunNode
resolver string>.Func
return RunNode

Evaluate() public method

public Evaluate ( BuildInstance instance, IEnumerable inputs ) : IEnumerable
instance BuildInstance
inputs IEnumerable
return IEnumerable

ExternalNode() public method

public ExternalNode ( string fileName, string arguments, RunOptions options ) : System
fileName string
arguments string
options RunOptions
return System

Result() public method

public Result ( string>.Func resolver ) : RunNode
resolver string>.Func
return RunNode