| Class | Description |
|---|---|
| AssemblyInfoTask | Generates an AssemblyInfo file using the attributes given. |
| AssemblyLinkerTask | Wraps al.exe, the assembly linker for the .NET Framework. |
| CompilerBase | Provides the abstract base class for compiler tasks. |
| CompilerBase.ResourceLinkage | Holds class and namespace information for resource (*.resx) linkage. |
| CscTask | Compiles C# programs. |
| DelaySignTask | Signs delay-signed .NET Assemblies, or re-signs existing assemblies. |
| IlasmTask | Compiles ILASM programs. |
| JscTask | Compiles JScript.NET programs. |
| LicenseTask | Generates a .licence file from a .licx file. |
| NDocTask | Runs NDoc V1.3.1 to create documentation. |
| QualifiedResource | For internal use only ! |
| RegsvcsTask | Installs or removes .NET Services. |
| ResGenTask | Converts files from one resource format to another. |
| ScriptTask | Executes the code contained within the task. |
| VbcTask | Compiles Visual Basic.NET programs. |
| VjcTask | Compiles Visual J# programs using vjc, Microsoft's J# compiler. |
| Enumeration | Description |
|---|---|
| AssemblyInfoTask.CodeLanguage | Defines the supported code languages for generating an AssemblyInfo file. |
| RegsvcsTask.ActionType | Defines the possible actions for a .NET Service. |