AutomationProxyAttribute(Boolean) Constructeur

Définition

Initialise une nouvelle instance de la classe 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)

Paramètres

val
Boolean

true si la classe doit être marshalée à l’aide du marshaleur Automation ; false si un marshaleur stub proxy doit être utilisé.

S’applique à