Retrieve a field dynamically from an object. This is a simple implementation that's straight Reflection and doesn't support indexers.

Syntax:

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 wwUtils


Last Updated: 1/28/2007 | Send topic feedback