TlbImpTask.

References Property

Summary

Specifies the assembly files to use to resolve references to types defined outside the current type library.
Assembly
NAnt.Win32.dll
Namespace
NAnt.Win32.Tasks
Containing Type
TlbImpTask

Syntax

[BuildElement("references")]
public AssemblyFileSet References { get; set; }

Remarks

See the Microsoft.NET Framework SDK documentation for details.

Attributes

Type Description
BuildElementAttribute Indicates that the property should be treated as an XML element and further processing should be done.

Value

Type Description
AssemblyFileSet The assembly files to use to resolve references to types defined outside the current type library.