Wraps al.exe
, the assembly linker for the .NET Framework.
For a list of all members of this type, see AssemblyLinkerTask Members.
System.Object
NAnt.Core.Element
NAnt.Core.Task
NAnt.Core.Tasks.ExternalProgramBase
NAnt.DotNet.Tasks.AssemblyLinkerTask
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
All specified sources will be embedded using the /embed
flag. Other source types are not supported.
Create a library containing all icon files in the current directory.
<al output="MyIcons.dll" target="lib"> <sources> <include name="*.ico" /> </sources> </al>
Create an executable assembly manifest from modules.
<al output="Client.exe" target="exe" main="Program.Main"> <modules> <include name="Client.netmodule" /> <include name="Common.netmodule" /> </modules> </al>
Namespace: NAnt.DotNet.Tasks
Assembly: NAnt.DotNetTasks (in NAnt.DotNetTasks.dll)
AssemblyLinkerTask Members | NAnt.DotNet.Tasks Namespace