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

Syntax:

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: 1/28/2007 | Send topic feedback