BuildEnvironment Constructor

Initializes a new instance of the BuildEnvironment class.

Namespace:  Microsoft.TeamFoundation.Build.Workflow
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaración
Public Sub New ( _
    environment As HostEnvironmentOption, _
    customAssemblyPath As String _
)
public BuildEnvironment(
    HostEnvironmentOption environment,
    string customAssemblyPath
)
public:
BuildEnvironment(
    HostEnvironmentOption environment, 
    String^ customAssemblyPath
)
new : 
        environment:HostEnvironmentOption * 
        customAssemblyPath:string -> BuildEnvironment
public function BuildEnvironment(
    environment : HostEnvironmentOption, 
    customAssemblyPath : String
)

Parameters

  • customAssemblyPath
    Type: System.String
    The path of the custom assembly.

.NET Framework Security

See Also

Reference

BuildEnvironment Class

Microsoft.TeamFoundation.Build.Workflow Namespace