Earlier I asked about getting the offset, in bytes, of a particular
member of a class.
I will need this, of course, but just a complete list of properties of
the class will allow me to calculate this myself accounting for
padding and such.
I was wondering how I get the vtables that make up the class?
Pointers to these would be part of the layout, correct?
Chris