C# 클래스 Ampere.BuildEnvironment

Allows the build script to interact with the host environment.
파일 보기 프로젝트 열기: MikePopoloski/ampere 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddReferencePath ( string path, bool recursive = false ) : void
BuildEnvironment ( BuildContext context ) : System
ResolveInput ( string name ) : string
ResolveOutput ( string name ) : string
ResolveTemp ( string name ) : string

메소드 상세

AddReferencePath() 공개 메소드

public AddReferencePath ( string path, bool recursive = false ) : void
path string
recursive bool
리턴 void

BuildEnvironment() 공개 메소드

public BuildEnvironment ( BuildContext context ) : System
context BuildContext
리턴 System

ResolveInput() 공개 메소드

public ResolveInput ( string name ) : string
name string
리턴 string

ResolveOutput() 공개 메소드

public ResolveOutput ( string name ) : string
name string
리턴 string

ResolveTemp() 공개 메소드

public ResolveTemp ( string name ) : string
name string
리턴 string