What is Tlbimp.exe?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is Tlbimp.exe?
Rating:
Type Library Importer (Tlbimp.exe) is a tool used to
where, tlbFile specifies the name of the file containing a COM type library, and the term options specifies the options to be used. Following are the options that are commonly used with Tlbimp.exe:
| /asmversion | It specifies the version number of an assembly to be produced. |
| /delaysign | It instructs Tlbimp.exe to use delay signing for signing an assembly. |
| /keycontainer | It specifies the name of the key container in which the public/private key pair to be used for signing an assembly is stored. |
| /keyfile | It specifies the name of the key file in which the public/private key pair to be used for signing an assembly is stored. |
| /namespace | It specifies the namespace in which an assembly is to be produced. |
| /out | It specifies the name of output file, namespace, and assembly in which the metadata definitions are to be written. |
| /silent | It is used to suppress the display of success messages. |
Rating:
Was this information helpful?
Other articles
- How to remove a Windows Installer Search?
- What is the params keyword?
- What is the FileStream class?
- What is SSL?
- What is machine policy?