Type Reference

Types Summary
arg

Represents a command-line argument.

assemblyfileset

Specialized NAnt.Core.Types.FileSet class for managing assembly files.

attribute

Represents an assembly-level attribute.

categories

Controls the categories of tests to execute using the NAnt.NUnit2.Tasks.NUnit2Task.

credential

Provides credentials for password-based authentication schemes.

cvsfileset

A NAnt.SourceControl.Types.CvsFileSet is a NAnt.Core.Types.FileSet with extra attributes useful in the context of the NAnt.SourceControl.Tasks.CvsTask.

dirset

A specialized NAnt.Core.Types.FileSet used for specifying a set of directories.

env

Represents an environment variable.

environment

A set of environment variables.

fileset

Filesets are groups of files. These files can be found in a directory tree starting in a base directory and are matched by patterns taken from a number of patterns. Filesets can appear inside tasks that support this feature or at the project level, i.e., as children of <project>.

filterchain

Represent a chain of NAnt filters that can be applied to a NAnt.Core.Task.

formatter

Represents the FormatterElement of the NUnit task.

formatter

Models a NAnt XML element in the build file.

import

Represents a namespace to import.

moduleset

One or more modules to compile into an assembly.

namespace

Represents an XML namespace.

namespaceimports

Contains a collection of NAnt.DotNet.Types.NamespaceImport items.

option

Represents an option.

path

Paths are groups of files and/or directories that need to be passed as a single unit. The order in which parts of the path are specified in the build file is retained, and duplicate parts are automatically suppressed.

pathelement

Represents a nested path element.

patternset

A set of patterns, mostly used to include or exclude certain files.

proxy

Contains HTTP proxy settings used to process requests to Internet resources.

resourcefileset

Specialized NAnt.Core.Types.FileSet class for managing resource files.

test

Represents a test element of an NAnt.NUnit2.Tasks.NUnit2Task.

test

Represents a test element of an NAnt.NUnit1.Tasks.NUnitTask.

token

ReplaceTokens filter token.

warnaserror

Controls the behavior of a compiler with regards to the reporting of warnings.

xsltextensionobject

Represents an XSLT extension object. The object should have a default parameterless constructor and the return value should be one of the four basic XPath data types of number, string, Boolean or node set.

xsltparameter

Represents an XSLT parameter.