Summary
Specifies the assembly for which to export a type library.
- Assembly
- NAnt
.Win32 .dll - Namespace
- NAnt
.Win32 .Tasks - Containing Type
- TlbExpTask
Syntax
[TaskAttribute("assembly", Required = true)]
public FileInfo AssemblyFile { get; set; }
Remarks
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Value
Type | Description |
---|---|
FileInfo | The assembly for which to export a type library. |