NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
XsltExtensionObject.AssemblyPath Property
[This is preliminary documentation and subject to change.]
The assembly which contains the XSLT extension object.
[Visual Basic]
<TaskAttribute(Name:="assembly", Required:=True, ExpandProperties:=True, ProcessXml:=True), _
StringValidator(AllowEmpty:=False, Expression:="null", ExpressionErrorMessage:="null")>
Public Property AssemblyPath As
FileInfo
[C#]
[TaskAttribute(Name="assembly", Required=True, ExpandProperties=True, ProcessXml=True)]
[StringValidator(AllowEmpty=False, Expression="null", ExpressionErrorMessage="null")]
public
System.IO.FileInfo AssemblyPath {get; set;}
Remarks
Missing <remarks> documentation for P:NAnt.Core.Types.XsltExtensionObject.AssemblyPath
See Also
XsltExtensionObject Class | NAnt.Core.Types Namespace