ReflectorTryGetField Method

Overload List

TryGetField(Object, String, Object, ReflectionWays) Tries to get the instance field of an object represented by the specified fieldName.
TryGetField(Type, String, Object, ReflectionWays) Tries to get the static field of a Type represented by the specified fieldName.
TryGetField(Object, String, Boolean, Object, ReflectionWays) Tries to get the instance field of an object represented by the specified fieldName.
TryGetField(Type, String, Boolean, Object, ReflectionWays) Tries to get the static field of a Type represented by the specified fieldName.

See Also