Create instance of Object represented by 'this'.
Search all modules for ClassInfo corresponding to classname.
base class
class static initializer (init.length gives size in bytes of class)
interfaces this class implements
class name
virtual function pointer table
Override this to capture an explicit delete or an implicit delete via a scoped-instance. Unlike a dtor(), GC references are still intact when this method is invoked
Convert Object to a human readable string.
Compute hash function for Object.
Compare with another Object obj.
Returns !=0 if this object does have the same contents as obj.
Runtime type information about a class. Can be retrieved for any class type or instance by using the .classinfo property. A pointer to this appears as the first entry in the class's vtbl[].