MidlTask.

DllData Property

Summary

Specifies the file name for the generated dlldata file for a proxy DLL. The default file name Dlldata.c is used if NAnt.VisualCpp.Tasks.MidlTask.DllData is not specified.
Assembly
NAnt.VisualCpp.dll
Namespace
NAnt.VisualCpp.Tasks
Containing Type
MidlTask

Syntax

[TaskAttribute("dlldata")]
public FileInfo DllData { get; set; }

Attributes

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

Value

Type Description
FileInfo