Getting all the target information

Hi,

Is there a way to dump out all the target info in as3?

Basically I would like to know everything that is contained in my target like a var_dump or cfdump for as3.

Something that would work like…

trace(event.target.dump);