C# Class Rosetta.ScriptSharp.Definition.BuildTask.GenerateFilesTask

The build task.
Inheritance: GenerateTaskBase
Afficher le fichier Open project: andry-tino/Rosetta

Méthodes publiques

Méthode Description
GenerateFilesTask ( IEnumerable sourceFiles, string outputFolder, string assemblyPath = null, IEnumerable references = null ) : System

Initializes a new instance of the GenerateFilesTask class.

Run ( ) : void

Private Methods

Méthode Description
ConvertFile ( string filePath ) : void

Method Details

GenerateFilesTask() public méthode

Initializes a new instance of the GenerateFilesTask class.
public GenerateFilesTask ( IEnumerable sourceFiles, string outputFolder, string assemblyPath = null, IEnumerable references = null ) : System
sourceFiles IEnumerable
outputFolder string
assemblyPath string
references IEnumerable
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void