NAnt SDK Documentation - v0.85-nightly-2005-11-09

RegsvcsTask.AssemblyFile Property

[This is preliminary documentation and subject to change.]

The source assembly file.

[Visual Basic]
<StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null"), _  TaskAttribute(Required:=True, Name:="assembly", ExpandProperties:=True, ProcessXml:=True)>
Public Property AssemblyFile As FileInfo
[C#]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
[TaskAttribute(Required=True, Name="assembly", ExpandProperties=True, ProcessXml=True)]
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