Is there a simple way to use reflection to determine the type of an object. I would have thought that that Object would have a method called class (or something similar) that would return a string representation of the type of the class but that doesn't seem to be the case.
Dale

