What is Tlbexp.exe tool?
What is Tlbexp.exe tool?
Rating:
Type Library Exporter (Tlbexp.exe) tool is used to generate a type library that contains type definitions defined in the assembly. However, this tool cannot be used to produce a type library that is imported using the
The syntax for using the Tlbexp.exe tool is as follows:
In the above syntax, the assemblyName is the assembly name that generates the type library to be exported. The options that are used with the syntax are as follows:
| /out:file | It specifies the name of the type library file, which is to be generated. |
| /nologo | It suppresses the display of the Microsoft logo. |
| /silent | It suppresses the display of success messages. |
| /verbose | It specifies the verbose mode. It displays a list of referenced assemblies for the type libraries that are to be generated. |
Rating:
Other articles
- How to insert a file as a text in code?
- What is the ArrayList class?
- How to write text to a file?
- What is the IComparable interface?
- Things to practice for Microsoft test 70-536.
