NAnt SDK Documentation - v0.85-nightly-2005-11-09

IlasmTask.ResourceFile Property

[This is preliminary documentation and subject to change.]

Instructs the compiler to link the specified unmanaged resource file into the resulting PE file.

[Visual Basic]
<TaskAttribute(Required:=False, Name:="resourcefile", ExpandProperties:=True, ProcessXml:=True)>
Public Property ResourceFile As FileInfo
[C#]
[TaskAttribute(Required=False, Name="resourcefile", ExpandProperties=True, ProcessXml=True)]
public System.IO.FileInfo ResourceFile {get; set;}

Property Value

A FileInfo that represents the unmanaged resource file to link.

Remarks

Corresponds to the /RESOURCE flag.

See Also

IlasmTask Class | NAnt.DotNet.Tasks Namespace