Class Summary | |
---|---|
CSharp |
Compiles C# source into executables or modules.
csc.exe on Windows or mcs on other platforms must be on the execute path, unless another executable
or the full path to that executable is specified in the executable
parameter
All parameters are optional: <csc/> should suffice to produce a debug build of all *.cs files. |
DotnetBaseMatchingTask | refactoring of some stuff so that different things (like ILASM) can use shared code. |
DotnetCompile | Abstract superclass for dotnet compiler tasks. |
DotnetCompile.TargetTypes | Target types to build. valid build types are exe|library|module|winexe |
DotnetDefine | definitions can be conditional. |
DotnetResource | class used by DotnetCompile to name resources, could be upgraded to a datatype in the distant future. a resource maps to /res:file,name |
Ilasm |
Assembles .NET Intermediate Language files.
ilasm.exe must be on the execute path, unless another executable
or the full path to that executable is specified in the executable
parameter
All parameters are optional: <il/> should suffice to produce a debug build of all *.il files. |
Ilasm.TargetTypes | Target types to build. valid build types are exe|library|module|winexe |
Ildasm | Task to take a .NET or Mono -generated managed executable and turn it into ILASM assembly code. |
Ildasm.EncodingTypes | encoding options; the default is ascii |
Ildasm.VisibilityOptions | visibility options for decoding |
ImportTypelib | Import a COM type library into the .NET framework. |
JSharp | Compile J# source down to a managed .NET application. |
NetCommand | This is a helper class to spawn net commands out. |
VisualBasicCompile | This task compiles Visual Basic.NET source into executables or modules. |
WsdlToDotnet | Converts a WSDL file or URL resource into a .NET language. |