_CustomAttributeBuilder Interfaz

Definición

Importante

Esta API no es conforme a CLS.

Expone la clase CustomAttributeBuilder a código no administrado.

public interface class _CustomAttributeBuilder
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("BE9ACCE8-AAFF-3B91-81AE-8211663F5CAD")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface _CustomAttributeBuilder
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("BE9ACCE8-AAFF-3B91-81AE-8211663F5CAD")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface _CustomAttributeBuilder
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("BE9ACCE8-AAFF-3B91-81AE-8211663F5CAD")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type _CustomAttributeBuilder = interface
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("BE9ACCE8-AAFF-3B91-81AE-8211663F5CAD")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type _CustomAttributeBuilder = interface
Public Interface _CustomAttributeBuilder
Derivado
Atributos

Comentarios

Esta interfaz es para el acceso a las clases administradas desde el código no administrado y no debe llamarse desde el código administrado.

Métodos

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

Asigna un conjunto de nombres a un conjunto correspondiente de identificadores de envío.

GetTypeInfo(UInt32, UInt32, IntPtr)

Obtiene la información de tipos de un objeto, que puede utilizarse para obtener la información de tipos de una interfaz.

GetTypeInfoCount(UInt32)

Recupera el número de interfaces de información de tipo que proporciona un objeto (0 ó 1).

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

Proporciona acceso a las propiedades y los métodos expuestos por un objeto.

Se aplica a