public static class Breakdance_Assemblies_ObjectExtensions
public static object GetFieldValue(this object obj, string fieldName, bool throwIfNull = true)
public static object GetPropertyValue(this object obj, string propertyName, bool throwIfNull = true)
public static void SetFieldValue(this object obj, string fieldName, object val)
public static void SetPropertyValue(this object obj, string propertyName, object val)