C# 클래스 CodeCake.CodeCakeApplication

Crappy implementation... but it works.
파일 보기 프로젝트 열기: SimpleGitVersion/CodeCake 1 사용 예제들

공개 메소드들

메소드 설명
CodeCakeApplication ( IEnumerable codeContainers = null, string solutionDirectory = null ) : System

Initializes a new CodeCakeApplication.

CodeCakeApplication ( string solutionDirectory ) : System

Initializes a new CodeCakeApplication (DNX context).

Run ( string args ) : int

Runs the application.

메소드 상세

CodeCakeApplication() 공개 메소드

Initializes a new CodeCakeApplication.
public CodeCakeApplication ( IEnumerable codeContainers = null, string solutionDirectory = null ) : System
codeContainers IEnumerable /// Assemblies that may contain concrete objects. /// The is always considered, this is why it can be let to null or be empty. ///
solutionDirectory string /// Solution directory: will become the . /// When null, if the is not null we consider it running in "Solution/Builder/bin/[Configuration}" folder: /// we compute the solution directory by removing 3 sub folders. ///
리턴 System

CodeCakeApplication() 공개 메소드

Initializes a new CodeCakeApplication (DNX context).
public CodeCakeApplication ( string solutionDirectory ) : System
solutionDirectory string Solution directory: will become the .
리턴 System

Run() 공개 메소드

Runs the application.
public Run ( string args ) : int
args string Arguments.
리턴 int