Compartilhar via


Construtor AutomationProxyAttribute (Boolean)

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Inicializa uma nova instância da classe AutomationProxyAttribute.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

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 se a classe deve passar por marshaling usando o Marshaler de Automação; false se um marshaler de stub de proxy deve ser usado.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Classe AutomationProxyAttribute
Namespace System.Runtime.InteropServices

Retornar ao início