NAnt SDK Documentation - v0.92

XsltExtensionObject.AssemblyPath Property

The assembly which contains the XSLT extension object.

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

See Also

XsltExtensionObject Class | NAnt.Core.Types Namespace