ReflectorGetField Method

Overload List

GetField(Object, FieldInfo, ReflectionWays) Gets a field represented by the specified FieldInfo.
GetField(Object, String, ReflectionWays) Gets the instance field of an object represented by the specified fieldName.
GetField(Type, String, ReflectionWays) Gets the static field of a Type represented by the specified fieldName.
GetField(Object, String, Boolean, ReflectionWays) Gets the instance field of an object represented by the specified fieldName.
GetField(Type, String, Boolean, ReflectionWays) Gets the static field of a Type represented by the specified fieldName.

See Also