COM type definitions usually reside in a type library. In contrast, CLS-compliant compilers produce type metadata in an assembly. The two sources of type information are quite different.
Here is the tutorial that describes techniques on how to generate metadata from a type library. The resulting assembly is called an interop assembly.
http://msdn.microsoft.com/en-us/library/xwzy44e4.aspx
Here is the tutorial that describes techniques on how to generate metadata from a type library. The resulting assembly is called an interop assembly.
http://msdn.microsoft.com/en-us/library/xwzy44e4.aspx
No comments:
Post a Comment