What is a Type Library? | |
A type library is a binary file that maps methods (among other things) in a common format, enabling other COM applications to read and use them. Type libraries are typically distributed as part of a VB OLE component's EXE or DLL, but it is possible to make a separate type library or to extract the typelib from the binary object. |