Quote:
Originally Posted by BenChen
.. Then I discovered code to enumerate all the property and function names of an object. That was a break-through, since I could then work out what code was returning objects, what those objects were, and what could be done with them....
|
I have to double that, Core.debug.dumpToString is a invaluable tool!
Though, if executed in a "sandboxed" context, it will only show the "scriptable" methodes/properties.
If defsk gives some additional methodes/props or inherited ones, then they can be accessed thru getSoValue and a full-qualified name.
Regards
Mark
PS: boroda puts a link to his version of defsk over at the-ebook.org. There is "While" implemented and the script will not fail with certain *.so's.