wwUtils.SetField

Sets the field on an object. This is a simple method that uses straight Reflection and doesn't support indexers.

public static void SetField( object Object,
	string Property,
	object Value );

Parameters

Object
Object to set property on

Property
Name of the field to set

Value
value to set it to


See also:

Class wwUtils


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