AutomationProxyAttribute(Boolean) Constructor

Definitie

Initialiseert een nieuw exemplaar van de 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)

Parameters

val
Boolean

true als de klasse moet worden marshaled met behulp van de Automation Marshaler; false als een proxy-stub marshaler moet worden gebruikt.

Van toepassing op