この型に対して定義されているカスタム属性を返します。
オーバーロードの一覧
この型に対して定義されているすべてのカスタム属性を返します。
[Visual Basic] Overloads Overrides Public Function GetCustomAttributes(Boolean) As Object() Implements ICustomAttributeProvider.GetCustomAttributes
[JScript] public override function GetCustomAttributes(Boolean) : Object[];
指定されたカスタム属性の型が定義されているかどうかを確認します。
[C#] public override object[] GetCustomAttributes(Type, bool);
[C++] public: Object* GetCustomAttributes(Type*, bool) __gc[];
[JScript] public override function GetCustomAttributes(Type, Boolean) : Object[];
参照
TypeBuilder クラス | TypeBuilder メンバ | System.Reflection.Emit 名前空間