Task.

InitializeTaskConfiguration() Method

Summary

Initializes the configuration of the task using configuration settings retrieved from the NAnt configuration file.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
Task

Syntax

public void InitializeTaskConfiguration()

Remarks

TO-DO : Remove this temporary hack when a permanent solution is available for loading the default values from the configuration file if a build element is constructed from code.

Return Value

Type Description
void