IlasmTask.

ResourceFile Property

Summary

Instructs the compiler to link the specified unmanaged resource file into the resulting PE file.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Tasks
Containing Type
IlasmTask

Syntax

[TaskAttribute("resourcefile")]
public FileInfo ResourceFile { get; set; }

Remarks

Corresponds to the /RESOURCE flag.

Attributes

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

Value

Type Description
FileInfo A System.IO.FileInfo that represents the unmanaged resource file to link.