Compiles ILASM programs.
For a list of all members of this type, see IlasmTask Members.
System.Object
NAnt.Core.Element
NAnt.Core.Task
NAnt.Core.Tasks.ExternalProgramBase
NAnt.DotNet.Tasks.IlasmTask
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Compiles helloworld.il
to helloworld.exe
.
<ilasm target="exe" output="helloworld.exe" debug="true"> <sources> <include name="helloworld.il" /> </sources> </ilasm>
Namespace: NAnt.DotNet.Tasks
Assembly: NAnt.DotNetTasks (in NAnt.DotNetTasks.dll)
IlasmTask Members | NAnt.DotNet.Tasks Namespace