C# 클래스 FluentBuild.Compilation.Target

Determines the type of assembly to build
파일 보기 프로젝트 열기: SkightTeam/eLiteWeb 1 사용 예제들

공개 메소드들

메소드 설명
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