wwUtils.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


See also:

Class wwUtils


  Last Updated: 7/7/2008 | © West Wind Technologies, 2008