AutomationProxyAttribute(Boolean) Konstruktor

Definition

Initialisiert eine neue Instanz der AutomationProxyAttribute-Klasse.

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

Parameter

val
Boolean

true, wenn die Klasse mit dem Automatisierungsmarshaller gemarshallt werden soll. false, wenn ein Proxy-Stub-Marshaller verwendet werden soll.

Gilt für