This is a proxy object via
ProtoObject
it contains one instance variable externalAddress which is a 64bit unsigned value that points to the Objective-C object.
ProtoObject was picked over Object to ensure *most* message sends to an instance will trigger a does not understand which will
forward to the
ObjectiveCBridge for processing as and Objective-C message send.
ToDo
Finalization
There are no comments on this page. [Add comment]