TaskArgument.

TaskArgument(ICakeArguments, ICakeConfiguration, ICakeEnvironment, PropertyInfo) Constructor

Summary

Initializes a new instance of the TaskArgument class.

Syntax

public TaskArgument(ICakeArguments arguments, ICakeConfiguration configuration, ICakeEnvironment environment, PropertyInfo property)

Parameters

Name Type Description
arguments ICakeArguments The CLI arguments.
configuration ICakeConfiguration The cake.config file configuration.
environment ICakeEnvironment The environment variables.
property PropertyInfo The System.Reflection.PropertyInfo for the Task Argument.

Return Value

Type Description
void