C# 클래스 Foobricator.RootOutput.FileOutput

Ouput to a file
상속: IRootOutput, IDebugInfoProvider
파일 보기 프로젝트 열기: geoffles/Foobricator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Append bool
Filename string
Targets IList

공개 메소드들

메소드 설명
Evaluate ( ) : void

Evaluates all outputs.

FileOutput ( string filename, IList targets, bool append ) : System.Collections.Generic

Initialise a new instance

메소드 상세

Evaluate() 공개 메소드

Evaluates all outputs.
public Evaluate ( ) : void
리턴 void

FileOutput() 공개 메소드

Initialise a new instance
public FileOutput ( string filename, IList targets, bool append ) : System.Collections.Generic
filename string
targets IList
append bool
리턴 System.Collections.Generic

프로퍼티 상세

Append 공개적으로 프로퍼티

Append to overwrite
public bool Append
리턴 bool

Filename 공개적으로 프로퍼티

The filename
public string Filename
리턴 string

Targets 공개적으로 프로퍼티

Outputs which will be evaluated
public IList Targets
리턴 IList