TaskFunctions Class

Summary

Class which provides NAnt functions for retrieving task information.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Functions
Base Types
graph BT Type-->Base0["FunctionSetBase"] click Base0 "/api/NAnt.Core/FunctionSetBase" Base0-->Base1["Object"] Type["TaskFunctions"] class Type type-node

Syntax

[FunctionSet("task", "NAnt")]
public class TaskFunctions : FunctionSetBase

Attributes

Type Description
FunctionSetAttribute Indicates that class should be treated as a set of functions.

Constructors

Name Summary
TaskFunctions(Project, PropertyDictionary) Initializes a new instance of the NAnt.Core.Functions.TaskFunctions class.

Properties

Name Value Summary
Project Project
Gets or sets the NAnt.Core.FunctionSetBase.Project that this functionset will reference.
Inherited from FunctionSetBase

Methods

Name Value Summary
Exists(string) bool
Checks whether the specified task exists.
GetAssembly(string) Assembly
Returns the System.Reflection.Assembly from which the specified task was loaded.