_AssemblyBuilder Interface

Definição

Importante

Esta API não está em conformidade com CLS.

Expõe a classe AssemblyBuilder para código não gerenciado.

public interface class _AssemblyBuilder
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("BEBB2505-8B54-3443-AEAD-142A16DD9CC7")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface _AssemblyBuilder
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("BEBB2505-8B54-3443-AEAD-142A16DD9CC7")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface _AssemblyBuilder
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("BEBB2505-8B54-3443-AEAD-142A16DD9CC7")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type _AssemblyBuilder = interface
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("BEBB2505-8B54-3443-AEAD-142A16DD9CC7")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type _AssemblyBuilder = interface
Public Interface _AssemblyBuilder
Derivado
Atributos

Comentários

Essa interface destina-se ao acesso a classes gerenciadas de código não gerenciado e não deve ser chamada do código gerenciado.

Métodos

GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr)

Mapeia um conjunto de nomes para um conjunto correspondente de identificadores de expedição.

GetTypeInfo(UInt32, UInt32, IntPtr)

Recupera as informações de tipo para um objeto, que pode ser usado para obter as informações de tipo para uma interface.

GetTypeInfoCount(UInt32)

Retorna o número de interfaces de informações do tipo que um objeto fornece (0 ou 1).

Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr)

Fornece acesso a propriedades e métodos expostos por um objeto.

Aplica-se a