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

true クラスをオートメーション マーシャラーを使用してマーシャリングする必要がある場合。プロキシ スタブ マーシャラーを使用する必要があるかどうかを false します。

適用対象