NAnt SDK Documentation - v0.92

RegsvcsTask.TypeLibrary Property

Specifies the type library file to install.

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

See Also

RegsvcsTask Class | NAnt.DotNet.Tasks Namespace