ITypeLibConverter Interfaz

Definición

Proporciona un conjunto de servicios que convierten un ensamblado administrado en una biblioteca de tipos COM y viceversa.

public interface class ITypeLibConverter
[System.Runtime.InteropServices.Guid("F1C3BF78-C3E4-11d3-88E7-00902754C43A")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ITypeLibConverter
[System.Runtime.InteropServices.Guid("F1C3BF78-C3E4-11d3-88E7-00902754C43A")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface ITypeLibConverter
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("F1C3BF78-C3E4-11D3-88E7-00902754C43A")]
public interface ITypeLibConverter
[<System.Runtime.InteropServices.Guid("F1C3BF78-C3E4-11d3-88E7-00902754C43A")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ITypeLibConverter = interface
[<System.Runtime.InteropServices.Guid("F1C3BF78-C3E4-11d3-88E7-00902754C43A")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ITypeLibConverter = interface
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("F1C3BF78-C3E4-11D3-88E7-00902754C43A")>]
type ITypeLibConverter = interface
Public Interface ITypeLibConverter
Derivado
Atributos

Métodos

ConvertAssemblyToTypeLib(Assembly, String, TypeLibExporterFlags, ITypeLibExporterNotifySink)

Convierte un ensamblado en una biblioteca de tipos COM.

ConvertTypeLibToAssembly(Object, String, Int32, ITypeLibImporterNotifySink, Byte[], StrongNameKeyPair, Boolean)

Convierte una biblioteca de tipos COM en un ensamblado.

ConvertTypeLibToAssembly(Object, String, TypeLibImporterFlags, ITypeLibImporterNotifySink, Byte[], StrongNameKeyPair, String, Version)

Convierte una biblioteca de tipos COM en un ensamblado.

GetPrimaryInteropAssembly(Guid, Int32, Int32, Int32, String, String)

Obtiene el nombre y la base del código de un ensamblado de interoperabilidad primario para una biblioteca de tipos especificada.

Se aplica a