C# 클래스 CodeCake.BuildScriptHost

The script host used to execute Cake scripts.
상속: ScriptHost
파일 보기 프로젝트 열기: SimpleGitVersion/CodeCake

공개 메소드들

메소드 설명
BuildScriptHost ( ICakeEngine engine, ICakeContext context ) : System

Initializes a new instance of the BuildScriptHost class.

RunTarget ( string target ) : CakeReport

This can never be called.

메소드 상세

BuildScriptHost() 공개 메소드

Initializes a new instance of the BuildScriptHost class.
public BuildScriptHost ( ICakeEngine engine, ICakeContext context ) : System
engine ICakeEngine The engine.
context ICakeContext The context.
리턴 System

RunTarget() 공개 메소드

This can never be called.
public RunTarget ( string target ) : CakeReport
target string The target to run.
리턴 CakeReport