NAnt SDK Documentation - v0.92 |
|
TlbImpTask.TypeLib Property
Specifies the source type library that gets passed to the type library importer.
[Visual Basic]
<TaskAttribute(Required:=True, Name:="typelib", ExpandProperties:=True, ProcessXml:=True)>
Public Property TypeLib As
FileInfo
[C#]
[TaskAttribute(Required=True, Name="typelib", ExpandProperties=True, ProcessXml=True)]
public
System.IO.FileInfo TypeLib {get; set;}
Property Value
The source type library that gets passed to the type library importer.
Remarks
See the Microsoft.NET Framework SDK documentation for details.
See Also
TlbImpTask Class | NAnt.Win32.Tasks Namespace