Compartir a través de


Constructor AutomationProxyAttribute (Boolean)

 

Publicado: octubre de 2016

Inicializa una nueva instancia de la clase AutomationProxyAttribute.

Espacio de nombres:   System.Runtime.InteropServices
Ensamblado:  mscorlib (en mscorlib.dll)

Sintaxis

public AutomationProxyAttribute(
    bool val
)
public:
AutomationProxyAttribute(
    bool val
)
new : 
        val:bool -> AutomationProxyAttribute
Public Sub New (
    val As Boolean
)

Parámetros

  • val
    Type: System.Boolean

    true Si la clase debe calcularse utilizando a Automation Marshaler; false Si se debe utilizar un contador de referencias de código auxiliar de proxy.

Información de versión

.NET Framework
Disponible desde 1.1

Ver también

Clase AutomationProxyAttribute
Espacio de nombres System.Runtime.InteropServices

Volver al principio