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

RegsvcsTask.TypeLibrary Property

[This is preliminary documentation and subject to change.]

Specifies the type library file to install.

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

Remarks

Missing <remarks> documentation for P:NAnt.DotNet.Tasks.RegsvcsTask.TypeLibrary

See Also

RegsvcsTask Class | NAnt.DotNet.Tasks Namespace