I'm working on a project that needs to be able to access all properties of any type of object. Object.getTaggedField(int) gives me most of the properties, but none of the important ones (extent, size, visible, ect on a gui, for example) are "Member Fields". Is there any other way to access an object's "Memeber Fields"?