Freigeben über


AutomationProxyAttribute-Konstruktor: (Boolean)

 

Veröffentlicht: Oktober 2016

Initialisiert eine neue Instanz der AutomationProxyAttribute-Klasse.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (in mscorlib.dll)

Syntax

public AutomationProxyAttribute(
    bool val
)
public:
AutomationProxyAttribute(
    bool val
)
new : 
        val:bool -> AutomationProxyAttribute
Public Sub New (
    val As Boolean
)

Parameter

  • val
    Type: System.Boolean

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

Versionsinformationen

.NET Framework
Verfügbar seit 1.1

Siehe auch

AutomationProxyAttribute-Klasse
System.Runtime.InteropServices-Namespace

Zurück zum Anfang