Type library exporter and importer are
the two tools necessary for COM interop. The exporter generates a
type library for a .NET Framework assembly so that other COM
components can interop with .NET components. The general syntax for
tlbexp.exe
is:
tlbexp AssemblyName [options]
The following table shows some of the common usages of
tlbexp.exe
:
3.133.148.180