NAnt SDK Documentation - v0.92

RegAsmTask.TypeLib Property

Export the assemblies to the specified type library and register it.

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

See Also

RegAsmTask Class | NAnt.Win32.Tasks Namespace