IldasmTask.

ToDirectory Property

Summary

Specifies the directory to which outputs will be stored.
Assembly
NAnt.MSNet.dll
Namespace
NAnt.MSNet.Tasks
Containing Type
IldasmTask

Syntax

[TaskAttribute("todir", Required = false)]
public DirectoryInfo ToDirectory { get; set; }

Attributes

Type Description
TaskAttributeAttribute Indicates that property should be treated as a XML attribute for the task.

Value

Type Description
DirectoryInfo A System.IO.DirectoryInfo that represents the directory to which outputs will be stored.