C# 클래스 Bari.Plugins.InnoSetup.Tools.InnoSetupCompiler

상속: Bari.Core.Tools.DownloadableSelfExtractingExternalTool, IInnoSetupCompiler
파일 보기 프로젝트 열기: vigoo/bari

공개 메소드들

메소드 설명
Compile ( SuiteRelativePath scriptPath, TargetRelativePath targetPath, string version, Goal targetGoal ) : void
InnoSetupCompiler ( [ suiteRoot, [ targetRoot, IParameters parameters ) : System

보호된 메소드들

메소드 설명
GetInstallerArguments ( string targetDir ) : string

메소드 상세

Compile() 공개 메소드

public Compile ( SuiteRelativePath scriptPath, TargetRelativePath targetPath, string version, Goal targetGoal ) : void
scriptPath SuiteRelativePath
targetPath TargetRelativePath
version string
targetGoal Goal
리턴 void

GetInstallerArguments() 보호된 메소드

protected GetInstallerArguments ( string targetDir ) : string
targetDir string
리턴 string

InnoSetupCompiler() 공개 메소드

public InnoSetupCompiler ( [ suiteRoot, [ targetRoot, IParameters parameters ) : System
suiteRoot [
targetRoot [
parameters IParameters
리턴 System