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