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
See also:
Class ReflectionUtils© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic