TypeBuilder.IsDefined メソッドとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > TypeBuilder.IsDefined メソッドの意味・解説 

TypeBuilder.IsDefined メソッド

カスタム属性現在の型に適用されているかどうか判断します

名前空間: System.Reflection.Emit
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

Public Overrides Function
 IsDefined ( _
    attributeType As Type, _
    inherit As Boolean _
) As Boolean
Dim instance As TypeBuilder
Dim attributeType As Type
Dim inherit As Boolean
Dim returnValue As Boolean

returnValue = instance.IsDefined(attributeType, inherit)
public override bool IsDefined (
    Type attributeType,
    bool inherit
)
public:
virtual bool IsDefined (
    Type^ attributeType, 
    bool inherit
) override
public boolean IsDefined (
    Type attributeType, 
    boolean inherit
)
public override function IsDefined (
    attributeType : Type, 
    inherit : boolean
) : boolean

パラメータ

attributeType

検索する属性の型。この型に割り当てることができる属性だけが返されます。

inherit

このメンバ継承チェーン検索して属性を見つけるかどうか指定します

戻り値
attributeType1 つ上のインスタンス、または attributeType から派生した属性がこの型で定義されている場合trueそれ以外場合false

例外例外
例外種類条件

NotSupportedException

このメソッドは現在、不完全なに対してサポートされていません。GetType使用して型を取得し返されType に対して IsDefined を呼び出します。

解説解説
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
TypeBuilder クラス
TypeBuilder メンバ
System.Reflection.Emit 名前空間


このページでは「.NET Framework クラス ライブラリ リファレンス」からTypeBuilder.IsDefined メソッドを検索した結果を表示しています。
Weblioに収録されているすべての辞書からTypeBuilder.IsDefined メソッドを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からTypeBuilder.IsDefined メソッド を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

TypeBuilder.IsDefined メソッドのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



TypeBuilder.IsDefined メソッドのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS