C# 클래스 Loyc.VisualStudio.LeMPCustomTool.Compiler

상속: global::LeMP.Compiler
파일 보기 프로젝트 열기: qwertie/ecsharp

공개 프로퍼티들

프로퍼티 타입 설명
NoOutHeader bool
Output StringBuilder

공개 메소드들

메소드 설명
Compiler ( IMessageSink sink, InputOutput file ) : System

보호된 메소드들

메소드 설명
WriteOutput ( InputOutput io ) : void

메소드 상세

Compiler() 공개 메소드

public Compiler ( IMessageSink sink, InputOutput file ) : System
sink IMessageSink
file LeMP.InputOutput
리턴 System

WriteOutput() 보호된 메소드

protected WriteOutput ( InputOutput io ) : void
io LeMP.InputOutput
리턴 void

프로퍼티 상세

NoOutHeader 공개적으로 프로퍼티

public bool NoOutHeader
리턴 bool

Output 공개적으로 프로퍼티

public StringBuilder Output
리턴 StringBuilder