NAnt.DotNet.Types Namespace

Class Types

Class Summary
AssemblyAttribute Represents an assembly-level attribute.
AssemblyAttributeCollection Contains a strongly typed collection of NAnt.DotNet.Types.AssemblyAttribute objects.
AssemblyAttributeEnumerator Enumerates the NAnt.DotNet.Types.AssemblyAttribute elements of a NAnt.DotNet.Types.AssemblyAttributeCollection.
AssemblyFileSet Specialized NAnt.Core.Types.FileSet class for managing assembly files.
CompilerWarning Represents a compiler warning.
CompilerWarningCollection Contains a collection of NAnt.DotNet.Types.CompilerWarning elements.
CompilerWarningEnumerator Enumerates the NAnt.DotNet.Types.CompilerWarning elements of a NAnt.DotNet.Types.CompilerWarningCollection.
DataTypeCollectionBase Base class for collections that needs to be globally referencable.
DebugOutputConverter Specialized System.ComponentModel.EnumConverter that also supports case-insensitive conversion of "true" to NAnt.DotNet.Types.DebugOutput.Enable and "false" to NAnt.DotNet.Types.DebugOutput.None.
DelaySignConverter Specialized System.ComponentModel.EnumConverter that also supports case-insensitive conversion of "true" to NAnt.DotNet.Types.DelaySign.Yes and "false" to NAnt.DotNet.Types.DelaySign.No.
EmbeddedResource Represents an embedded resource.
EmbeddedResourceCollection Contains a collection of NAnt.DotNet.Types.EmbeddedResource items.
EmbeddedResourceEnumerator Enumerates the NAnt.DotNet.Types.EmbeddedResource items of a NAnt.DotNet.Types.EmbeddedResourceCollection.
LibDirectorySet A specialized NAnt.Core.Types.FileSet used for setting the lib directories.
Module Represents a metadata file without assembly manifest.
ModuleCollection Contains a collection of NAnt.DotNet.Types.Module items.
ModuleEnumerator Enumerates the NAnt.DotNet.Types.Module items of a NAnt.DotNet.Types.ModuleCollection.
ModuleSet

One or more modules to compile into an assembly.

NamespaceImport Represents a namespace to import.
NamespaceImportCollection Contains a collection of NAnt.DotNet.Types.NamespaceImport items.
NamespaceImportEnumerator Enumerates the NAnt.DotNet.Types.NamespaceImport items of a NAnt.DotNet.Types.NamespaceImportCollection.
Package Represents a package.
PackageCollection Contains a strongly typed collection of NAnt.DotNet.Types.Package objects.
PackageEnumerator Enumerates the NAnt.DotNet.Types.Package elements of a NAnt.DotNet.Types.PackageCollection.
ResourceFileSet Specialized NAnt.Core.Types.FileSet class for managing resource files.
ResourceFileSetCollection Contains a strongly typed collection of NAnt.DotNet.Types.ResourceFileSet objects.
ResourceFileSetEnumerator Enumerates the NAnt.DotNet.Types.ResourceFileSet elements of a NAnt.DotNet.Types.ResourceFileSetCollection.
WarningAsError Controls the behavior of a compiler with regards to the reporting of warnings.

Enum Types

Enum Summary
DebugOutput Specifies the type of debugging information generated by the compiler.
DelaySign Specifies whether the generated assembly is strongly named and will be signed later.