TaskBuilder.

TaskBuilder(Assembly, string) Constructor

Summary

Creates a new instance of the NAnt.Core.TaskBuilder class for the specified NAnt.Core.Task class in the specified System.Reflection.Assembly.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
TaskBuilder

Syntax

public TaskBuilder(Assembly assembly, string className)

Remarks

An NAnt.Core.Extensibility.ExtensionAssembly for the specified System.Reflection.Assembly is cached for future use.

Parameters

Name Type Description
assembly Assembly The System.Reflection.Assembly containing the NAnt.Core.Task.
className string The class representing the NAnt.Core.Task.

Return Value

Type Description
void