ReflectorGetProperty Method

Overload List

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

See Also