次の方法で共有


ICustomAttributeProvider インターフェイス

リフレクション オブジェクトがサポートするカスタム属性を提供します。

この型のすべてのメンバの一覧については、ICustomAttributeProvider メンバ を参照してください。

Public Interface ICustomAttributeProvider
[C#]
public interface ICustomAttributeProvider
[C++]
public __gc __interface ICustomAttributeProvider
[JScript]
public interface ICustomAttributeProvider

ICustomAttributeProvider を実装するクラス

クラス 説明
Assembly Assembly を定義します。このアセンブリは再利用でき、バージョン管理可能で自己記述型の共通言語ランタイム アプリケーションのビルド ブロックです。
MemberInfo メンバの属性を取得し、メンバのメタデータにアクセスできるようにします。
Module モジュールのリフレクションを実行します。
ParameterInfo パラメータの属性を取得し、パラメータのメタデータにアクセスできるようにします。

解説

ほとんどすべての Reflection クラスに属性を関連付けることができます。関連付ける属性は、標準の属性 (パブリック、プライベート、HelpString) でもカスタム属性でもかまいません。

必要条件

名前空間: System.Reflection

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

アセンブリ: Mscorlib (Mscorlib.dll 内)

参照

ICustomAttributeProvider メンバ | System.Reflection 名前空間