GB.GetClass

GB_CLASS GB.GetClass ( void *object )

Returns the class of the specified object.

  • object is an object reference.

If object is null, then the current class is returned.

The current class is the one used for calling the method or the property.

See also