Is there any way to get the list of objects created?
for example : if create some objects like
X = 4
Y = 6
obj = StringBuilder
Now, i want to get the count of objects created and also the objects list.
Is there any command or group of commands to execute it.
Thanks in advance
Regards
Senthil Kumar