Compartilhar via


AutomationProxyAttribute(Boolean) Construtor

Definição

Inicializa uma nova instância da classe AutomationProxyAttribute.

public:
 AutomationProxyAttribute(bool val);
public AutomationProxyAttribute (bool val);
new System.Runtime.InteropServices.AutomationProxyAttribute : bool -> System.Runtime.InteropServices.AutomationProxyAttribute
Public Sub New (val As Boolean)

Parâmetros

val
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.

Aplica-se a