AutomationProxyAttribute(Boolean) Construtor

Definição

Inicializa uma nova instância da AutomationProxyAttribute classe.

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 deveria ser organizada usando o Automation Marshaler; false Se deve ser usado um proxy stub marshaler.

Aplica-se a