ReflectionUtils.GetField
Retrieve a field dynamically from an object. This is a simple implementation that's straight Reflection and doesn't support indexers.
public static object GetField(object Object, string Property)
Parameters
Object
Object to retreve Field from
Property
name of the field to retrieve
