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 | Used by DotnetCompile to name resources. |
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. |
WsdlToDotnet.Compiler | The enumerated values for our compiler |
WsdlToDotnet.Schema | nested schema class Only supported on NET until mono add multi-URL handling on the command line |