Denver,
a good strategy is to open and use a file
in your generator method and Do $system.OBJ.ShowObjects("d")
This will dump all open objects of studio to this file
and you can see the complete context with properties
of objectgenerator.
Maybe you can find something usefull here.
Have fun!
Alexander Riemer
BEWIDATA
"Denver Braughler" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
> Where can objectgenerator code obtain the name of the method it is
building or the name of the property for which it is building a method?
>
> [I couldn't find it in any obvious place like %compiledmethod.Name (which
contains "Normalize" instead of "pMyLongPropertyNameNormalize").]