AutomationProxyAttribute(Boolean) コンストラクター

定義

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)

パラメーター

val
Boolean

Automation Marshaler を使用してクラスをマーシャリングする場合は true。プロキシ スタブ マーシャラーを使用する場合は false

適用対象