NAntFunctions Class

Summary

Class which provides NAnt runtime information and operations.
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["NAntFunctions"] class Type type-node

Syntax

[FunctionSet("nant", "NAnt")]
public class NAntFunctions : FunctionSetBase

Attributes

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

Constructors

Name Summary
NAntFunctions(Project, PropertyDictionary) Initializes a new instance of the NAnt.Core.Functions.NAntFunctions 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
GetAssembly() Assembly
Gets the NAnt assembly.
GetBaseDirectory() string
Gets the base directory of the appdomain in which NAnt is running.
ScanProbingPaths(string) string
Searches the probing paths of the current target framework for the specified file.
ScanProbingPaths(string, string) string
Searches the probing paths of the current target framework for the specified file.