The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITypeLibConverter Interface
.NET Framework (current version)
Provides a set of services that convert a managed assembly to a COM type library and vice versa.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | ConvertAssemblyToTypeLib(Assembly^, String^, TypeLibExporterFlags, ITypeLibExporterNotifySink^) | Converts an assembly to a COM type library. |
![]() | ConvertTypeLibToAssembly(Object^, String^, Int32, ITypeLibImporterNotifySink^, array<Byte>^, StrongNameKeyPair^, Boolean) | Converts a COM type library to an assembly. |
![]() | ConvertTypeLibToAssembly(Object^, String^, TypeLibImporterFlags, ITypeLibImporterNotifySink^, array<Byte>^, StrongNameKeyPair^, String^, Version^) | Converts a COM type library to an assembly. |
![]() | GetPrimaryInteropAssembly(Guid, Int32, Int32, Int32, String^%, String^%) | Gets the name and code base of a primary interop assembly for a specified type library. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
