I have an Object that has several parameters. In this case they are Arrays.
For example: myObject.Name, myObject.Description
(myObject.Name is an Array that contains a bunch of names)
How do you detect all the parameters that are attached to the object without having to use the debugger for each instance?