Interface ITypeLibConverter
Dica
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.
Fornece um conjunto de serviços que convertem um assembly gerenciado em uma biblioteca de tipos COM e vice-versa.
Namespace: System.Runtime.InteropServices
Assembly: mscorlib (em mscorlib.dll)
Sintaxe
[GuidAttribute("F1C3BF78-C3E4-11d3-88E7-00902754C43A")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[ComVisibleAttribute(true)]
public interface ITypeLibConverter
[GuidAttribute("F1C3BF78-C3E4-11d3-88E7-00902754C43A")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[ComVisibleAttribute(true)]
public interface class ITypeLibConverter
[<GuidAttribute("F1C3BF78-C3E4-11d3-88E7-00902754C43A")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<ComVisibleAttribute(true)>]
type ITypeLibConverter = interface end
<GuidAttribute("F1C3BF78-C3E4-11d3-88E7-00902754C43A")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<ComVisibleAttribute(True)>
Public Interface ITypeLibConverter
Métodos
Nome | Descrição | |
---|---|---|
ConvertAssemblyToTypeLib(Assembly, String, TypeLibExporterFlags, ITypeLibExporterNotifySink) | Converte um assembly em uma biblioteca de tipos COM. |
|
ConvertTypeLibToAssembly(Object, String, Int32, ITypeLibImporterNotifySink, Byte[], StrongNameKeyPair, Boolean) | Converte uma biblioteca de tipo COM em um assembly. |
|
ConvertTypeLibToAssembly(Object, String, TypeLibImporterFlags, ITypeLibImporterNotifySink, Byte[], StrongNameKeyPair, String, Version) | Converte uma biblioteca de tipo COM em um assembly. |
|
GetPrimaryInteropAssembly(Guid, Int32, Int32, Int32, String, String) | Obtém o nome e o código base de um assembly de interoperabilidade primário para uma biblioteca de tipos especificada. |
Informações de Versão
.NET Framework
Disponível desde 1.1
Confira Também
Namespace System.Runtime.InteropServices
Atributos para importar bibliotecas de tipos em assemblies de interoperabilidade
Retornar ao início