TaskBuilder.

CreateTask() Method

Summary

Creates the task with the previously passed assembly and name.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
TaskBuilder

Syntax

[ReflectionPermission(SecurityAction.Demand, Flags = ReflectionPermissionFlag.NoFlags)]
public Task CreateTask()

Attributes

Type Description
ReflectionPermissionAttribute

Return Value

Type Description
Task The created task instance.