C# 클래스 Microsoft.JScript.VsaSite

상속: Microsoft.JScript.Vsa.BaseVsaSite
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
output System.IO.TextWriter
treatWarningsAsErrors bool
warningLevel int

공개 메소드들

메소드 설명
OnCompilerError ( IVsaError error ) : bool
VsaSite ( TextWriter redirectedOutput ) : System

비공개 메소드들

메소드 설명
PrintError ( string sourceFile, int line, int column, bool fIsWarning, int number, string message ) : void

메소드 상세

OnCompilerError() 공개 메소드

public OnCompilerError ( IVsaError error ) : bool
error IVsaError
리턴 bool

VsaSite() 공개 메소드

public VsaSite ( TextWriter redirectedOutput ) : System
redirectedOutput System.IO.TextWriter
리턴 System

프로퍼티 상세

output 공개적으로 프로퍼티

public TextWriter,System.IO output
리턴 System.IO.TextWriter

treatWarningsAsErrors 공개적으로 프로퍼티

public bool treatWarningsAsErrors
리턴 bool

warningLevel 공개적으로 프로퍼티

public int warningLevel
리턴 int