C# Класс FluentBuild.Compilation.Target

Determines the type of assembly to build
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Target ( string compiler ) : System

Приватные методы

Метод Описание
Target ( IActionExcecutor actionExcecutor, string compiler ) : System

Описание методов

Executable() публичный Метод

Builds a console application
public Executable ( Action args ) : void
args Action
Результат void

Library() публичный Метод

Builds a library assembly (i.e. a dll)
public Library ( Action args ) : void
args Action
Результат void

Module() публичный Метод

Builds a module
public Module ( Action args ) : void
args Action
Результат void

Target() защищенный Метод

protected Target ( string compiler ) : System
compiler string
Результат System

WindowsExecutable() публичный Метод

Builds a windows executable
public WindowsExecutable ( Action args ) : void
args Action
Результат void