NAnt SDK Documentation - v0.92 |
|
IldasmTask.ToDirectory Property
Specifies the directory to which outputs will be stored.
[Visual Basic]
<TaskAttribute(Required:=False, Name:="todir", ExpandProperties:=True, ProcessXml:=True)>
Public Property ToDirectory As
DirectoryInfo
[C#]
[TaskAttribute(Required=False, Name="todir", ExpandProperties=True, ProcessXml=True)]
public
System.IO.DirectoryInfo ToDirectory {get; set;}
Property Value
A DirectoryInfo that represents the directory to which outputs will be stored.
See Also
IldasmTask Class | NAnt.MSNet.Tasks Namespace