C# Class Ampere.BuildEnvironment

Allows the build script to interact with the host environment.
Afficher le fichier Open project: MikePopoloski/ampere Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AddReferencePath ( string path, bool recursive = false ) : void
BuildEnvironment ( BuildContext context ) : System
ResolveInput ( string name ) : string
ResolveOutput ( string name ) : string
ResolveTemp ( string name ) : string

Method Details

AddReferencePath() public méthode

public AddReferencePath ( string path, bool recursive = false ) : void
path string
recursive bool
Résultat void

BuildEnvironment() public méthode

public BuildEnvironment ( BuildContext context ) : System
context BuildContext
Résultat System

ResolveInput() public méthode

public ResolveInput ( string name ) : string
name string
Résultat string

ResolveOutput() public méthode

public ResolveOutput ( string name ) : string
name string
Résultat string

ResolveTemp() public méthode

public ResolveTemp ( string name ) : string
name string
Résultat string