次の方法で共有


ReflectionExtensions.GetField メソッド

定義

オーバーロード

GetField(Type, Func<FieldInfo,Boolean>)

Xamarin.Forms プラットフォームによる内部使用向け。

GetField(Type, String)

Xamarin.Forms プラットフォームによる内部使用向け。

GetField(Type, Func<FieldInfo,Boolean>)

Xamarin.Forms プラットフォームによる内部使用向け。

public static System.Reflection.FieldInfo GetField (this Type type, Func<System.Reflection.FieldInfo,bool> predicate);
static member GetField : Type * Func<System.Reflection.FieldInfo, bool> -> System.Reflection.FieldInfo

パラメーター

type
System.Type

Xamarin.Forms プラットフォームによる内部使用向け。

predicate
System.Func<System.Reflection.FieldInfo,System.Boolean>

Xamarin.Forms プラットフォームによる内部使用向け。

戻り値

System.Reflection.FieldInfo

Xamarin.Forms プラットフォームによる内部使用向け。

適用対象

GetField(Type, String)

Xamarin.Forms プラットフォームによる内部使用向け。

public static System.Reflection.FieldInfo GetField (this Type type, string name);
static member GetField : Type * string -> System.Reflection.FieldInfo

パラメーター

type
System.Type

Xamarin.Forms プラットフォームによる内部使用向け。

name
System.String

Xamarin.Forms プラットフォームによる内部使用向け。

戻り値

System.Reflection.FieldInfo

Xamarin.Forms プラットフォームによる内部使用向け。

適用対象