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 de Automation Marshaler ; false si un marshaleur de proxy/stub doit être utilisé.

S’applique à