C# Class Zetbox.Generator.MsBuildCompiler

Inheritance: Compiler
Show file Open project: daszat/zetbox

Public Methods

Method Description
MsBuildCompiler ( ILifetimeScope container, IEnumerable generatorProviders ) : System

Protected Methods

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

Method Details

CompileSingle() protected method

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

MsBuildCompiler() public method

public MsBuildCompiler ( ILifetimeScope container, IEnumerable generatorProviders ) : System
container ILifetimeScope
generatorProviders IEnumerable
return System