Bundle Core runtime library providing primitive types (Bool, Byte, Char, Int, Float, String), base collections, and system utilities. Every Objeck program links against this bundle automatically via lang.obl.
Base
Base class for all objects
Operations
GetClass #
Returns the class associated with this instance
method : public : GetClass() ~ Introspection.ClassReturn
| Type | Description |
|---|---|
| Introspection.Class | associated with this instance |
GetClassID #
Returns the unique class ID
method : public : GetClassID() ~ IntReturn
| Type | Description |
|---|---|
| Int | unique class ID |
GetInstanceID #
Returns the unique instance ID
method : public : GetInstanceID() ~ IntReturn
| Type | Description |
|---|---|
| Int | unique instance ID |