C# Class FreakySources.CSharpChecker

Inheritance: CodeChecker
Afficher le fichier Open project: KvanTTT/Freaky-Sources Class Usage Examples

Méthodes publiques

Méthode Description
Compile ( string program ) : List
Compile ( string program, CompilerResults &compilerResults ) : List
CompileAndRun ( string program ) : List

Method Details

Compile() public méthode

public Compile ( string program ) : List
program string
Résultat List

Compile() public méthode

public Compile ( string program, CompilerResults &compilerResults ) : List
program string
compilerResults System.CodeDom.Compiler.CompilerResults
Résultat List

CompileAndRun() public méthode

public CompileAndRun ( string program ) : List
program string
Résultat List