Udostępnij za pośrednictwem


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ć marshalingowana przy użyciu marshalera automatyzacji; false jeśli należy użyć marshalera zastępczego serwera proxy.

Dotyczy