Assembly.GetCustomAttributes メソッド
このアセンブリのカスタム属性を取得します。
オーバーロードの一覧
このアセンブリのすべてのカスタム属性を取得します。
[Visual Basic] Overloads Public Overridable Function GetCustomAttributes(Boolean) As Object() Implements ICustomAttributeProvider.GetCustomAttributes
[C++] public: virtual Object* GetCustomAttributes(bool) __gc[];
[JScript] public function GetCustomAttributes(Boolean) : Object[];
型を指定して、このアセンブリのカスタム属性を取得します。
[C#] public virtual object[] GetCustomAttributes(Type, bool);
[C++] public: virtual Object* GetCustomAttributes(Type*, bool) __gc[];
[JScript] public function GetCustomAttributes(Type, Boolean) : Object[];