AccessibleObject.IReflect.GetField(String, BindingFlags) メソッド

定義

指定したフィールドとバインディング フラグに対応する FieldInfo オブジェクトを取得します。 このメンバーの詳細については、「GetField(String, BindingFlags)」をご覧ください。

 virtual System::Reflection::FieldInfo ^ System.Reflection.IReflect.GetField(System::String ^ name, System::Reflection::BindingFlags bindingAttr) = System::Reflection::IReflect::GetField;
System.Reflection.FieldInfo IReflect.GetField (string name, System.Reflection.BindingFlags bindingAttr);
System.Reflection.FieldInfo? IReflect.GetField (string name, System.Reflection.BindingFlags bindingAttr);
abstract member System.Reflection.IReflect.GetField : string * System.Reflection.BindingFlags -> System.Reflection.FieldInfo
override this.System.Reflection.IReflect.GetField : string * System.Reflection.BindingFlags -> System.Reflection.FieldInfo
Function GetField (name As String, bindingAttr As BindingFlags) As FieldInfo Implements IReflect.GetField

パラメーター

name
String

検索するフィールドの名前。

bindingAttr
BindingFlags

検索を制御するために使用されるバインディング属性。

戻り値

bindingAttr で指定した検索制約と一致する名前付きオブジェクトのフィールド情報を格納する FieldInfo オブジェクト。

実装

例外

オブジェクトに複数のフィールドが同じ名前で実装されています。

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、AccessibleObject のインスタンスが IReflect インターフェイスにキャストされる場合のみ、使用できます。

適用対象