NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
IldasmTask.ToDirectory Property
[This is preliminary documentation and subject to change.]
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.
Remarks
Missing <remarks> documentation for P:NAnt.MSNet.Tasks.IldasmTask.ToDirectory
See Also
IldasmTask Class | NAnt.MSNet.Tasks Namespace