AutomationProxyAttribute(Boolean) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy 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)

Parametry

val
Boolean

true jeśli klasa powinna być marshalowana przy użyciu programu Automation Marshaler; false jeśli należy użyć marszałka wycinkowego serwera proxy.

Dotyczy