C# Class Zetbox.Generator.TemplateExecutor

http://www.codeproject.com/KB/cs/T4BasedCodeGenerator.aspx A Generator object creates a GenerationHost and executes the initial template on it. This implementation will host the GenerationHost in a separate AppDomain to allow unload of assemblies.
Afficher le fichier Open project: daszat/zetbox Class Usage Examples

Méthodes publiques

Méthode Description
ExecuteTemplate ( ) : int
ExecuteTemplate ( ResourceBasedGenerationHost genHost ) : int
ExecuteTemplate ( ResourceBasedGenerationHost genHost, string templateFilename, string outputFilename, object templateParameters ) : int

Method Details

ExecuteTemplate() public méthode

public ExecuteTemplate ( ) : int
Résultat int

ExecuteTemplate() public méthode

public ExecuteTemplate ( ResourceBasedGenerationHost genHost ) : int
genHost ResourceBasedGenerationHost
Résultat int

ExecuteTemplate() public méthode

public ExecuteTemplate ( ResourceBasedGenerationHost genHost, string templateFilename, string outputFilename, object templateParameters ) : int
genHost ResourceBasedGenerationHost
templateFilename string
outputFilename string
templateParameters object
Résultat int