ReflectorTryGetProperty Method

Overload List

TryGetProperty(Object, String, Object, Object) Tries to get the instance property of an object represented by the specified propertyName.
TryGetProperty(Type, String, Object, ReflectionWays) Tries to get the static property of a Type represented by the specified propertyName.
TryGetProperty(Object, String, ReflectionWays, Object, Object) Tries to get the instance property of an object represented by the specified propertyName.
TryGetProperty(Object, String, Boolean, Object, Object) Tries to get the instance property of an object represented by the specified propertyName.
TryGetProperty(Type, String, Boolean, Object, ReflectionWays) Tries to get the static property of a Type represented by the specified propertyName.
TryGetProperty(Object, String, Boolean, ReflectionWays, Object, Object) Tries to get the instance property of an object represented by the specified propertyName.

See Also