AutomationProxyAttribute クラス
Automation Marshaler またはカスタムのプロキシとスタブを使用して、型をマーシャリングするかどうかを指定します。
この型のすべてのメンバの一覧については、AutomationProxyAttribute メンバ を参照してください。
System.Object
System.Attribute
System.Runtime.InteropServices.AutomationProxyAttribute
<AttributeUsage(AttributeTargets.Assembly Or AttributeTargets.Class _
Or AttributeTargets.Interface)>
NotInheritable Public Class AutomationProxyAttribute Inherits Attribute
[C#]
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class
| AttributeTargets.Interface)]
public sealed class AutomationProxyAttribute : Attribute
[C++]
[AttributeUsage(AttributeTargets::Assembly |
AttributeTargets::Class | AttributeTargets::Interface)]
public __gc __sealed class AutomationProxyAttribute : public Attribute
[JScript]
public
AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class |
AttributeTargets.Interface)
class AutomationProxyAttribute extends Attribute
スレッドセーフ
この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。
解説
この属性は、アセンブリ、クラス、またはインターフェイスに適用できます。
この属性をクラスに適用するときは、そのクラスのクラス インターフェイスがある場合は、そのインターフェイスに拡張します。
必要条件
名前空間: System.Runtime.InteropServices
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
アセンブリ: Mscorlib (Mscorlib.dll 内)
参照
AutomationProxyAttribute メンバ | System.Runtime.InteropServices 名前空間