NAnt SDK Documentation - v0.92 |
|
RegAsmTask.AssemblyFile Property
The name of the file to register. This is provided as an alternate to using the task's Assemblies.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="assembly", ExpandProperties:=True, ProcessXml:=True)>
Public Property AssemblyFile As
FileInfo
[C#]
[TaskAttribute(Required=False, Name="assembly", ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo AssemblyFile {get; set;}
See Also
RegAsmTask Class | NAnt.Win32.Tasks Namespace