C# Class FluentBuild.Compilation.Target

Determines the type of assembly to build
Afficher le fichier Open project: SkightTeam/eLiteWeb Class Usage Examples

Méthodes publiques

Méthode Description
Executable ( Action args ) : void

Builds a console application

Library ( Action args ) : void

Builds a library assembly (i.e. a dll)

Module ( Action args ) : void

Builds a module

WindowsExecutable ( Action args ) : void

Builds a windows executable

Méthodes protégées

Méthode Description
Target ( string compiler ) : System

Private Methods

Méthode Description
Target ( IActionExcecutor actionExcecutor, string compiler ) : System

Method Details

Executable() public méthode

Builds a console application
public Executable ( Action args ) : void
args Action
Résultat void

Library() public méthode

Builds a library assembly (i.e. a dll)
public Library ( Action args ) : void
args Action
Résultat void

Module() public méthode

Builds a module
public Module ( Action args ) : void
args Action
Résultat void

Target() protected méthode

protected Target ( string compiler ) : System
compiler string
Résultat System

WindowsExecutable() public méthode

Builds a windows executable
public WindowsExecutable ( Action args ) : void
args Action
Résultat void