ComExposedClassAttribute<T> クラス

定義

重要

この API は CLS 準拠ではありません。

型のインスタンスを COM に公開する必要があることを示します。

generic <typename T>
 where T : IComExposedClasspublic ref class ComExposedClassAttribute sealed : Attribute, System::Runtime::InteropServices::Marshalling::IComExposedDetails
[System.AttributeUsage(System.AttributeTargets.Class, Inherited=false)]
[System.CLSCompliant(false)]
public sealed class ComExposedClassAttribute<T> : Attribute, System.Runtime.InteropServices.Marshalling.IComExposedDetails where T : IComExposedClass
[<System.AttributeUsage(System.AttributeTargets.Class, Inherited=false)>]
[<System.CLSCompliant(false)>]
type ComExposedClassAttribute<'T (requires 'T :> IComExposedClass)> = class
    inherit Attribute
    interface IComExposedDetails
Public NotInheritable Class ComExposedClassAttribute(Of T)
Inherits Attribute
Implements IComExposedDetails

型パラメーター

T

属性付き型を COM に公開する方法に関する情報を提供する型。

継承
ComExposedClassAttribute<T>
属性
実装

コンストラクター

ComExposedClassAttribute<T>()

ComExposedClassAttribute<T> クラスの新しいインスタンスを初期化します。

プロパティ

TypeId

派生クラスで実装されると、この Attribute の一意の識別子を取得します。

(継承元 Attribute)

メソッド

Equals(Object)

このインスタンスが、指定されたオブジェクトと等価であるかどうかを示す値を返します。

(継承元 Attribute)
GetComInterfaceEntries(Int32)

この型を COM に公開するためにインスタンスに ComWrappers 提供する COM インターフェイス情報を取得します。

GetHashCode()

このインスタンスのハッシュ コードを返します。

(継承元 Attribute)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
IsDefaultAttribute()

派生クラスでオーバーライドされるとき、このインスタンスの値が派生クラスの既定値であるかどうかを示します。

(継承元 Attribute)
Match(Object)

派生クラス内でオーバーライドされたときに、指定したオブジェクトとこのインスタンスが等しいかどうかを示す値を返します。

(継承元 Attribute)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象