ReflectorTrySetField Method

Overload List

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

See Also