[This is preliminary documentation and subject to change.]
Missing <summary> Documentation for NAnt.DotNet.Types
Class | Description |
---|---|
AssemblyAttribute | Represents an assembly-level attribute. |
AssemblyAttributeCollection | Contains a strongly typed collection of AssemblyAttribute objects. |
AssemblyAttributeEnumerator | Enumerates the AssemblyAttribute elements of a AssemblyAttributeCollection. |
AssemblyFileSet | Specialized FileSet class for managing assembly files. |
CompilerWarning | Represents a compiler warning. |
CompilerWarningCollection | Contains a collection of CompilerWarning elements. |
CompilerWarningEnumerator | Enumerates the CompilerWarning elements of a CompilerWarningCollection. |
DataTypeCollectionBase | Base class for collections that needs to be globally referencable. |
DebugOutputConverter | Specialized EnumConverter that also supports case-insensitive conversion of "true" to Enable and "false" to None. |
LibDirectorySet | A specialized FileSet used for setting the lib directories. |
NamespaceImport | Represents a namespace to import. |
NamespaceImportCollection | Contains a collection of NamespaceImport items. |
NamespaceImportEnumerator | Enumerates the NamespaceImport items of a NamespaceImportCollection. |
Package | Represents a package. |
PackageCollection | Contains a strongly typed collection of Package objects. |
PackageEnumerator | Enumerates the Package elements of a PackageCollection. |
ResourceFileSet | Specialized FileSet class for managing resource files. |
ResourceFileSetCollection | Contains a strongly typed collection of ResourceFileSet objects. |
ResourceFileSetEnumerator | Enumerates the ResourceFileSet elements of a ResourceFileSetCollection. |
WarningAsError | Controls the behaviour of a compiler with regards to the reporting of warnings. |
Enumeration | Description |
---|---|
DebugOutput | Specifies the type of debugging information generated by the compiler. |