C# Class Zetbox.Generator.MsBuildCompiler

Inheritance: Compiler
Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
MsBuildCompiler ( ILifetimeScope container, IEnumerable generatorProviders ) : System

Méthodes protégées

Méthode Description
CompileSingle ( AbstractBaseGenerator gen, string>.Dictionary buildProps, string workingPath, string target ) : bool

Method Details

CompileSingle() protected méthode

protected CompileSingle ( AbstractBaseGenerator gen, string>.Dictionary buildProps, string workingPath, string target ) : bool
gen AbstractBaseGenerator
buildProps string>.Dictionary
workingPath string
target string
Résultat bool

MsBuildCompiler() public méthode

public MsBuildCompiler ( ILifetimeScope container, IEnumerable generatorProviders ) : System
container ILifetimeScope
generatorProviders IEnumerable
Résultat System