次の方法で共有


AutomationProxyAttribute コンストラクタ

AutomationProxyAttribute クラスの新しいインスタンスを初期化します。

Public Sub New( _
   ByVal val As Boolean _)
[C#]
public AutomationProxyAttribute(
   boolval);
[C++]
public: AutomationProxyAttribute(
   boolval);
[JScript]
public function AutomationProxyAttribute(
   val : Boolean);

パラメータ

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

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

AutomationProxyAttribute クラス | AutomationProxyAttribute メンバ | System.Runtime.InteropServices 名前空間