次の方法で共有


Attribute.GetCustomAttributes メソッド

指定のクラス メンバに適用された指定の型のカスタム属性の配列を取得します。

オーバーロードの一覧

指定したアセンブリに適用されている指定の型のカスタム属性の配列、または基本クラスから継承された指定の型のカスタム属性の配列を取得します。

.NET Compact Framework でもサポート。

[Visual Basic] Overloads Public Shared Function GetCustomAttributes(Assembly) As Attribute()

[C#] public static Attribute[] GetCustomAttributes(Assembly);

[C++] public: static Attribute* GetCustomAttributes(Assembly*) [];

[JScript] public static function GetCustomAttributes(Assembly) : Attribute[];

指定したクラス メンバに適用されているカスタム属性の配列、または基本クラスから継承されたカスタム属性の配列を取得します。

.NET Compact Framework でもサポート。

[Visual Basic] Overloads Public Shared Function GetCustomAttributes(MemberInfo) As Attribute()

[C#] public static Attribute[] GetCustomAttributes(MemberInfo);

[C++] public: static Attribute* GetCustomAttributes(MemberInfo*) [];

[JScript] public static function GetCustomAttributes(MemberInfo) : Attribute[];

指定したモジュールに適用されている指定の型のカスタム属性の配列、または基本クラスから継承された指定の型のカスタム属性の配列を取得します。

.NET Compact Framework でもサポート。

[Visual Basic] Overloads Public Shared Function GetCustomAttributes(Module) As Attribute()

[C#] public static Attribute[] GetCustomAttributes(Module);

[C++] public: static Attribute* GetCustomAttributes(Module*) [];

[JScript] public static function GetCustomAttributes(Module) : Attribute[];

指定したクラス メンバ パラメータに適用されている指定の型のカスタム属性の配列、または基本クラスから継承された指定の型のカスタム属性の配列を取得します。

.NET Compact Framework でもサポート。

[Visual Basic] Overloads Public Shared Function GetCustomAttributes(ParameterInfo) As Attribute()

[C#] public static Attribute[] GetCustomAttributes(ParameterInfo);

[C++] public: static Attribute* GetCustomAttributes(ParameterInfo*) [];

[JScript] public static function GetCustomAttributes(ParameterInfo) : Attribute[];

指定したアセンブリに適用されている指定の型のカスタム属性の配列、またはオプションで基本クラスから継承された指定の型のカスタム属性の配列を取得します。

.NET Compact Framework でもサポート。

[Visual Basic] Overloads Public Shared Function GetCustomAttributes(Assembly, Boolean) As Attribute()

[C#] public static Attribute[] GetCustomAttributes(Assembly, bool);

[C++] public: static Attribute* GetCustomAttributes(Assembly*, bool) [];

[JScript] public static function GetCustomAttributes(Assembly, Boolean) : Attribute[];

指定したアセンブリに適用されている指定の型のカスタム属性の配列、または基本クラスから継承された指定の型のカスタム属性の配列を取得します。

.NET Compact Framework でもサポート。

[Visual Basic] Overloads Public Shared Function GetCustomAttributes(Assembly, Type) As Attribute()

[C#] public static Attribute[] GetCustomAttributes(Assembly, Type);

[C++] public: static Attribute* GetCustomAttributes(Assembly*, Type*) [];

[JScript] public static function GetCustomAttributes(Assembly, Type) : Attribute[];

指定したクラス メンバのカスタム属性の配列、または基本クラスから継承されたカスタム属性の配列を取得します。

.NET Compact Framework でもサポート。

[Visual Basic] Overloads Public Shared Function GetCustomAttributes(MemberInfo, Boolean) As Attribute()

[C#] public static Attribute[] GetCustomAttributes(MemberInfo, bool);

[C++] public: static Attribute* GetCustomAttributes(MemberInfo*, bool) [];

[JScript] public static function GetCustomAttributes(MemberInfo, Boolean) : Attribute[];

指定したクラス メンバに適用されている指定の型のカスタム属性の配列、または基本クラスから継承された指定の型のカスタム属性の配列を取得します。

.NET Compact Framework でもサポート。

[Visual Basic] Overloads Public Shared Function GetCustomAttributes(MemberInfo, Type) As Attribute()

[C#] public static Attribute[] GetCustomAttributes(MemberInfo, Type);

[C++] public: static Attribute* GetCustomAttributes(MemberInfo*, Type*) [];

[JScript] public static function GetCustomAttributes(MemberInfo, Type) : Attribute[];

指定したモジュールに適用されている指定の型のカスタム属性の配列、またはオプションで基本クラスから継承された指定の型のカスタム属性の配列を取得します。

.NET Compact Framework でもサポート。

[Visual Basic] Overloads Public Shared Function GetCustomAttributes(Module, Boolean) As Attribute()

[C#] public static Attribute[] GetCustomAttributes(Module, bool);

[C++] public: static Attribute* GetCustomAttributes(Module*, bool) [];

[JScript] public static function GetCustomAttributes(Module, Boolean) : Attribute[];

指定したモジュールに適用されている指定の型のカスタム属性の配列、または基本クラスから継承された指定の型のカスタム属性の配列を取得します。

.NET Compact Framework でもサポート。

[Visual Basic] Overloads Public Shared Function GetCustomAttributes(Module, Type) As Attribute()

[C#] public static Attribute[] GetCustomAttributes(Module, Type);

[C++] public: static Attribute* GetCustomAttributes(Module*, Type*) [];

[JScript] public static function GetCustomAttributes(Module, Type) : Attribute[];

指定したクラス メンバ パラメータに適用されている指定の型のカスタム属性の配列、またはオプションで基本クラスから継承された指定の型のカスタム属性の配列を取得します。

.NET Compact Framework でもサポート。

[Visual Basic] Overloads Public Shared Function GetCustomAttributes(ParameterInfo, Boolean) As Attribute()

[C#] public static Attribute[] GetCustomAttributes(ParameterInfo, bool);

[C++] public: static Attribute* GetCustomAttributes(ParameterInfo*, bool) [];

[JScript] public static function GetCustomAttributes(ParameterInfo, Boolean) : Attribute[];

指定したクラス メンバ パラメータに適用されている指定の型のカスタム属性の配列、または基本クラスから継承された指定の型のカスタム属性の配列を取得します。

.NET Compact Framework でもサポート。

[Visual Basic] Overloads Public Shared Function GetCustomAttributes(ParameterInfo, Type) As Attribute()

[C#] public static Attribute[] GetCustomAttributes(ParameterInfo, Type);

[C++] public: static Attribute* GetCustomAttributes(ParameterInfo*, Type*) [];

[JScript] public static function GetCustomAttributes(ParameterInfo, Type) : Attribute[];

指定したアセンブリに適用されている指定の型のカスタム属性の配列、またはオプションで基本クラスから継承された指定の型のカスタム属性の配列を取得します。

.NET Compact Framework でもサポート。

[Visual Basic] Overloads Public Shared Function GetCustomAttributes(Assembly, Type, Boolean) As Attribute()

[C#] public static Attribute[] GetCustomAttributes(Assembly, Type, bool);

[C++] public: static Attribute* GetCustomAttributes(Assembly*, Type*, bool) [];

[JScript] public static function GetCustomAttributes(Assembly, Type, Boolean) : Attribute[];

指定したクラス メンバに適用されている指定の型のカスタム属性の配列、またはオプションで基本クラスから継承された指定の型のカスタム属性の配列を取得します。

.NET Compact Framework でもサポート。

[Visual Basic] Overloads Public Shared Function GetCustomAttributes(MemberInfo, Type, Boolean) As Attribute()

[C#] public static Attribute[] GetCustomAttributes(MemberInfo, Type, bool);

[C++] public: static Attribute* GetCustomAttributes(MemberInfo*, Type*, bool) [];

[JScript] public static function GetCustomAttributes(MemberInfo, Type, Boolean) : Attribute[];

指定したモジュールに適用されている指定の型のカスタム属性の配列、またはオプションで基本クラスから継承された指定の型のカスタム属性の配列を取得します。

.NET Compact Framework でもサポート。

[Visual Basic] Overloads Public Shared Function GetCustomAttributes(Module, Type, Boolean) As Attribute()

[C#] public static Attribute[] GetCustomAttributes(Module, Type, bool);

[C++] public: static Attribute* GetCustomAttributes(Module*, Type*, bool) [];

[JScript] public static function GetCustomAttributes(Module, Type, Boolean) : Attribute[];

指定したクラス メンバ パラメータに適用されている指定の型のカスタム属性の配列、またはオプションで基本クラスから継承された指定の型のカスタム属性の配列を取得します。

.NET Compact Framework でもサポート。

[Visual Basic] Overloads Public Shared Function GetCustomAttributes(ParameterInfo, Type, Boolean) As Attribute()

[C#] public static Attribute[] GetCustomAttributes(ParameterInfo, Type, bool);

[C++] public: static Attribute* GetCustomAttributes(ParameterInfo*, Type*, bool) [];

[JScript] public static function GetCustomAttributes(ParameterInfo, Type, Boolean) : Attribute[];

参照

Attribute クラス | Attribute メンバ | System 名前空間