C# Class Zetbox.Generator.XBuildCompiler

Inheritance: Compiler
Show file Open project: daszat/zetbox

Public Methods

Method Description
XBuildCompiler ( 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

XBuildCompiler() public method

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