C# 클래스 Ampere.TransientNode

Contains operators that are viable for various intermediate stages of a pipeline.
상속: BuildNode
파일 보기 프로젝트 열기: MikePopoloski/ampere

공개 메소드들

메소드 설명
From ( string input ) : BuildNode
Run ( string fileName, string arguments ) : RunNode
Run ( string fileName, string arguments, RunOptions options ) : RunNode
Using ( Func processor ) : TransientNode
Using ( Func processor ) : TransientNode

메소드 상세

From() 공개 메소드

public From ( string input ) : BuildNode
input string
리턴 BuildNode

Run() 공개 메소드

public Run ( string fileName, string arguments ) : RunNode
fileName string
arguments string
리턴 RunNode

Run() 공개 메소드

public Run ( string fileName, string arguments, RunOptions options ) : RunNode
fileName string
arguments string
options RunOptions
리턴 RunNode

Using() 공개 메소드

public Using ( Func processor ) : TransientNode
processor Func
리턴 TransientNode

Using() 공개 메소드

public Using ( Func processor ) : TransientNode
processor Func
리턴 TransientNode