Documentation
-
Importing a Type Library as an Assembly - .NET Framework
Import a type library, which contains COM type definitions, as an assembly. Learn ways to create metadata from a type library, resulting in an interop assembly.
-
Compiling an Interop Project - .NET Framework
Review how to compile a COM interop project, which are compiled like managed projects if they reference one or more assemblies containing imported COM types.
-
How to: Generate Interop Assemblies from Type Libraries - .NET Framework
Generate interop assemblies from type libraries. Use Type Library Importer (Tlbimp.exe) to convert coclasses and interfaces from a COM type library to metadata.