C# Class ExecutionEngine.CCompile

Inheritance: ICompiler
Afficher le fichier Open project: ren85/rextester_linux

Méthodes publiques

Méthode Description
CCompile ( ) : System
Compile ( InputData idata, CompilerData cdata ) : CompilerData

Method Details

CCompile() public méthode

public CCompile ( ) : System
Résultat System

Compile() public méthode

public Compile ( InputData idata, CompilerData cdata ) : CompilerData
idata InputData
cdata CompilerData
Résultat CompilerData