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, Byte[], StrongNameKeyPair, Boolean) | Converts a COM type library to an assembly. |
![]() | ConvertTypeLibToAssembly(Object, String, TypeLibImporterFlags, ITypeLibImporterNotifySink, 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:
