Exports a .NET assembly to a type library that can be used from unmanaged code (wraps Microsoft's tlbexp.exe
).
For a list of all members of this type, see TlbExpTask Members.
System.Object
NAnt.Core.Element
NAnt.Core.Task
NAnt.Core.Tasks.ExternalProgramBase
NAnt.Win32.Tasks.TlbExpTask
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
See the Microsoft.NET Framework SDK documentation for details.
Export DotNetAssembly.dll
to LegacyCOM.dll
.
<tlbexp assembly="DotNetAssembly.dll" output="LegacyCOM.dll" />
Namespace: NAnt.Win32.Tasks
Assembly: NAnt.Win32Tasks (in NAnt.Win32Tasks.dll)
TlbExpTask Members | NAnt.Win32.Tasks Namespace