SetProperty(Object, PropertyInfo, Object, Object) | Sets a property represented by the specified PropertyInfo. |
SetProperty(Object, String, Object, Object) | Sets the instance property of an object represented by the specified propertyName. |
SetProperty(Type, String, Object, ReflectionWays) | Sets the static property of a Type represented by the specified propertyName. |
SetProperty(Object, PropertyInfo, Object, ReflectionWays, Object) | Sets a property represented by the specified PropertyInfo. |
SetProperty(Object, String, Boolean, Object, Object) | Sets the instance property of an object represented by the specified propertyName. |
SetProperty(Object, String, Object, ReflectionWays, Object) | Sets the instance property of an object represented by the specified propertyName. |
SetProperty(Type, String, Boolean, Object, ReflectionWays) | Sets the static property of a Type represented by the specified propertyName. |
SetProperty(Object, String, Boolean, Object, ReflectionWays, Object) | Sets the instance property of an object represented by the specified propertyName. |