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 平台内部使用。

适用于