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

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

FieldBuilder.IsDefined メソッド

指定した型の属性フィールド定義されているかどうか示します

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

Public Overrides Function
 IsDefined ( _
    attributeType As Type, _
    inherit As Boolean _
) As Boolean
Dim instance As FieldBuilder
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

基本クラスからのカスタム属性継承制御します

戻り値
このフィールドattributeTypeインスタンス1 つ以上定義されている場合trueそれ以外場合false

例外例外
例外種類条件

NotSupportedException

このメソッドは、現在サポートされていません。GetField を使用してフィールド取得し返された FieldInfo に対して IsDefined を呼び出します。

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



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

辞書ショートカット

すべての辞書の索引

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

   

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



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

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

©2024 GRAS Group, Inc.RSS