InterviewSolution
| 1. |
Explain About Type Library? |
|
Answer» A FILE or component within another file that contains standard descriptions of exposed objects, properties, and METHODS A TYPE library contains a binary description of an INTERFACE exposed by a COM-component. In this sense, they contain the same information that is contained in an IDL (Interface DEFINITION Language) file. A file or component within another file that contains standard descriptions of exposed objects, properties, and methods A type library contains a binary description of an interface exposed by a COM-component. In this sense, they contain the same information that is contained in an IDL (Interface Definition Language) file. |
|