C# Class Microsoft.JScript.VsaSite

Inheritance: Microsoft.JScript.Vsa.BaseVsaSite
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Свойство Type Description
output System.IO.TextWriter
treatWarningsAsErrors bool
warningLevel int

Méthodes publiques

Méthode Description
OnCompilerError ( IVsaError error ) : bool
VsaSite ( TextWriter redirectedOutput ) : System

Private Methods

Méthode Description
PrintError ( string sourceFile, int line, int column, bool fIsWarning, int number, string message ) : void

Method Details

OnCompilerError() public méthode

public OnCompilerError ( IVsaError error ) : bool
error IVsaError
Résultat bool

VsaSite() public méthode

public VsaSite ( TextWriter redirectedOutput ) : System
redirectedOutput System.IO.TextWriter
Résultat System

Property Details

output public_oe property

public TextWriter,System.IO output
Résultat System.IO.TextWriter

treatWarningsAsErrors public_oe property

public bool treatWarningsAsErrors
Résultat bool

warningLevel public_oe property

public int warningLevel
Résultat int