ExtensionsReflectionGetPropertyValue Method (Object, String, BindingFlags) |
Namespace: Cauldron
public static Object GetPropertyValue( this Object obj, string propertyName, BindingFlags bindingFlags )
Exception | Condition |
---|---|
ArgumentNullException | obj is null |
NullReferenceException | The property defined by propertyName was not found |