NAnt SDK Documentation - v0.92

RegsvcsTask.AssemblyFile Property

The source assembly file.

[Visual Basic]
<TaskAttribute(Name:="assembly", Required:=True, ExpandProperties:=True, ProcessXml:=True), _  StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null")>
Public Property AssemblyFile As FileInfo
[C#]
[TaskAttribute(Name="assembly", Required=True, ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
public System.IO.FileInfo AssemblyFile {get; set;}

Remarks

The assembly must be signed with a strong name.

See Also

RegsvcsTask Class | NAnt.DotNet.Tasks Namespace